.custom-last-block {
    color: white;
    text-align: left;
    padding: 100px 20px;
    transition: background-color 0.3s ease;
}

.custom-last-block .content-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

.custom-last-block .heading {
    font-size: 80px;
    font-weight: 500;
    margin: 0;
    line-height: 100px;
}

.custom-last-block .subheading-and-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 31%;
}

.custom-last-block .subheading {
    font-size: 26px;
    margin: 0;
}

.custom-last-block .cta-button {
    border: 2px solid #0083d5;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-last-block .cta-button:hover {
    background-color: #0083D5;
    color: white !important;
}

@media (max-width: 768px) {
    .custom-last-block .content-container {
        display: block;
        width: 100%;
    }
    .custom-last-block .subheading-and-button-wrapper {
    width: 100%;
    margin-top: 20px;
}
.custom-last-block .heading {
    font-size: 60px;
    line-height: 65px;
}
.custom-last-block .subheading {
    font-size: 32px;
}
.custom-last-block {
    padding: 80px 24px;
}
}

.custom-last-block .cta-button {
display: inline-block;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #0083d5;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 8px 0px;
    text-align: center;
    }
    .custom-last-block{
        background-color: #234273 !important;
    }
    .custom-last-block .heading span:nth-of-type(2) {
        color: #0083D5 !important;
    }