.business-section {
    min-height: 100vh;
    padding: 40px 20px;
}


.logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 19px;
}

.logo-box img {
    width: 50%;
    height: 50%;
	margin-top: 1px;
    object-fit: contain;
}

.mail-text {
    font-size: 16px;
}