.about-future {
    position: relative;
}
.about-future .future-img img {
    width: 100%;
    max-width: 672px;
    border-radius: 20px;
}
.about-future .future-text h2 {
    color: #000000;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 30px;
}
.future-text,
.future-contact,
.future-last {
    margin-left: 15px;
}
.about-future .future-text h2 span {
    font-weight: 700;
    color: #4792C2;
}
.about-future .future-text p {
    color: #666666;
    margin-top: 0px;
    margin-bottom: 30px;
}
.about-future .future-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}
.about-future .future-contact .about-intern-contact p {
    color: #666666;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 7px;
}
.about-future .future-contact .about-intern-contact h3 {
    font-weight: 500;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}
.about-future .future-last p {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 14px;
}
.about-future .future-last .main-button {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* responsiveness  */
@media(max-width: 1399px) {
    .about-future .future-img img {
        display: block;
        margin: auto;
    }
    .about-future .future-contact {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 30px;
    }
    .about-future .future-text h2 {
        margin-bottom: 15px;
    }
}
@media(max-width: 1199px) {
    .about-future .future-last .main-button {
        margin-bottom: 20px;
    }
    .about-future .future-contact {
        grid-template-columns: repeat(3, 1fr);
    }
    .future-text,
    .future-contact,
    .future-last {
        margin-left: 0px;
    }
}
@media(max-width: 991px) {
    .about-future .future-last .main-button {
        padding: 10px 45px;
        min-height: 45px;
        padding-left: 15px !important;
        min-width: 160px;
        font-size: 14px;
    }
    .about-future .future-text p {
        line-height: 25px;
    }
    .about-future .future-last p {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .about-future .future-contact {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-future .future-text h2 {
        margin-bottom: 15px;
    }
    .about-future .future-text p,
    .about-future .future-contact,
    .about-future .future-last p {
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .about-future .col-xl-6.col-lg-12.order-sm-1.order-md-1.order-lg-1.order-xl-2 {
        order: 1;
    }
    .about-future .col-xl-6.col-lg-12.order-sm-2.order-md-2.order-lg-2.order-xl-1 {
        order: 2;
    }
    .about-future .future-contact {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-future .future-last .main-button {
        margin-top: 15px !important;
    }
}