/* .address-section */

.address-section {
    padding: 73px 0;
}

.address-section .address-wrapper .solid-btn {
    border-radius: 19.5px;
    padding: 7px 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    border: 1.5px solid;
    background-color: #61AFA2;
    color: #FBFAF4;
    border-color: #61AFA2;
    margin-top: 22px;
    display: block;
    max-width: max-content;
    box-shadow: 2px 2px 4px 1px #0000001A;
}

.address-section .address-wrapper {
    padding-top: 39px;
}

.address-section .address-wrapper .title {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 45.28px;
    text-align: left;
    color: #414551;
    margin-bottom: 30px;
}

.address-section .address-wrapper .description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #414551;
}

.address-section .address-wrapper .description p {
    margin-bottom: 25px;
}

@media screen and (max-width:1199.9px) {
    .address-section {
        padding: 30px 0;
    }
}

@media screen and (max-width:991.9px) {
    .address-section .address-wrapper {
        padding-top: 0;
    }
    .address-section .address-wrapper .title{
        margin-bottom: 15px;
    }
    .address-section .address-wrapper .description p{
        margin-bottom: 10px;
    }
}