.contacts-wrapper {
    width: 100%;
    height: 512px;
    background-color: rgba(247, 250, 252, 1);
    padding-top: 48px;
    position: relative;
}

.contacts-wrapper div {
    text-align: center;
}

.contacts-wrapper h1 {
    font-weight: 400;
}

.contacts-wrapper h2 {
    font-weight: 700;
    margin-bottom: 34px;
}

.contacts-wrapper h1, .contacts-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
    font-family: Assistant;
}

.contacts-contaier {
    width: max(671px,46.6%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin: 0px auto;
}

.contact-box {
    height: 144px;
    width: max(47.39%, 318px);
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.contact-box h1 {
    font-weight: 600;
    font-family: Assistant-Semibold;
    font-size: 16px;
    line-height: 34px;
    color: rgba(45, 55, 72, 1);
    margin-bottom: -4px;
}

.contact-box h2 {
    font-weight: 400;
    font-family: Assistant;
    font-size: 14px;
    line-height: 34px;
    color: rgba(45, 55, 72, 1);
}

.contact-box:not(:nth-last-child(-n+2)) {
    margin-bottom: 34px;
}

.circle {
    background-color: #FFB200;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    position: relative;
    top: 13px;
    left: 43.08%;
    margin-bottom: 20px;
}

.whatsapp {
    position: relative;
    width: 20px;
    height: 20px;
    background: url('../../images/whatsapp.png');
    top: 10px;
    left: 12px;
}

.phone {
    width: 21px;
    height: 20px;
    background: url('../../images/phone.png');
    top: 11px;
    left: 11px;
    position: relative;
}


.address {
    background: url('../../images/address.png');
    width: 19px;
    height: 22px;
    top: 10px;
    left: 12px;
    position: relative;
}

.email {
    background: url('../../images/email.png');
    width: 24px;
    height: 24px;
    top: 10px;
    left: 10px;
    position: relative;
}
