.at-banner {
    color: #05004E;
}

.at-banner-left {
    flex: 3;
    padding-right: 2rem;
    align-self: center;
}

.at-banner-title {
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.at-banner-content {
    font-size: 1.5rem;
}

.at-banner-right {
    flex: 4;
}

.at-banner-right img {
    width: 100%;
}

.at-reasons {
    background: #F6F5FB;
    text-align: center;
}


.at-reasons-subtitle {
    color: red;
    font-size: 1.5rem;

}

.at-reasons-title {
    color: #05004E;
    font-size: 3rem;
    font-weight: bold;
}

.at-reasons-box {
    width: 80%;
    margin: auto;
    justify-content: space-between;
    padding: 1rem 0;
}

.at-reason {
    flex: 1;
    padding: 0 1rem;
    color: #05004E;
}

.at-reason-img {
    height: 100%;
    padding: 3rem;
}

.at-reason-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.at-reason-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.at-reason-content {
    font-size: 1.6rem;
}

.at-freshener-left, .at-proposal-right {
    flex: 7;
}

.at-freshener-title, .at-proposal-title {
    font-size: 3.3rem;
    color: #05004E;
}

.at-freshener-content, .at-proposal-content {
    font-size: 1.6rem;
    margin: 1rem auto 3rem;
}

.at-freshener-right, .at-proposal-left {
    flex: 3;
    margin: 1rem 2rem;
}

.at-freshener-right img, .at-proposal-left img {
    width: 100%;
}
.at-freshener-button,.at-proposal-button{
    margin: 2rem auto;
}
.at-freshener-button a, .at-proposal-button a {
    font-size: 25px;
    color: white;
    padding: 1rem 3rem;
    border-radius: .8rem;
    border: none;
    flex: 1;
    margin: 2rem 0.2rem;
}

.at-freshener-button a {
    background: #25D366;
}

.at-proposal-button a{
    background: #05004E;
}

.at-enquiry {
    text-align: center;
    background: #F6F5FB;
}

.at-enquiry-subtitle {
    font-size: 1.2rem;
}

.at-enquiry-title {
    font-size: 3rem;
}

.at-enquiry-button {
    width: 70%;
    margin: 3rem auto 0 auto;
}

.at-enquiry-button a {
    font-size: 25px;
    color: white;
    padding: 1rem 3rem;
    border-radius: .8rem;
    border: none;
    flex: 1;
    margin: 0 0.2rem;
}