.footer-info-main {
    position: relative;
    padding-top: 300px;
}
.footer-info-image {
    width: 100%;
}
.footer-info-image img {
    width: 100%;
}
.footer-info-box {
    border-radius: 20px;
    background: #15689C;
    box-shadow: 0px 12px 18.8px 0px rgba(0, 0, 0, 0.18);
    padding: 30px;
    max-width: 522px;
    position: absolute;
    top: 80px;
    left: 100px;
}
.footer-info-box-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 20px;
}
.footer-info-box-subtitle {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 10px;
}
.footer-info-box-content {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 25px;
}
.footer-info-box-content p:last-child {
    margin-bottom: 0;
}
.footer-info-box-btn {
    position: relative;
      width: fit-content;
}
.footer-info-box-btn a {
    height: 58px;
    background: #0F1530;
    padding: 16px 50px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
    text-decoration: unset !important;!i;!;
}
.footer-info-box-btn a:hover {
    background: #fff;
    color: #0F1530;
}
.footer-info-box-btn svg {
    position: absolute;
    right: 5px;
}
.footer-info-box-btn:hover svg path {
    fill: #0F1530 !important;
}