.background-gradient-blue {
    background: linear-gradient(90deg, #043DA8, #1E66D8, #3286FD);
}

.cta__margin {
    margin-top: 80px;
}

.cta__margin-bot {
    margin-bottom: 80px;
}

.cta__padding {
    padding: 40px 0 40px 40px;
}

.cta__title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 31.25px !important;
    line-height: 43.75px !important;
    margin-bottom: 40px;
    position: relative;
}

.mb-40px {
    margin-bottom: 40px;
}

.cta__gap {
    gap: 16px;
}

.btn-padding {
    padding: 12px 36px;
}

.cta__btn {
    border: 2px solid #45E8FF;
}

.cta__btn:hover {
    background: none;
}

.cta__btn-download:hover {
    background: #45E8FF;
    padding-right: 36px;
}

.cta__btn-case-study {
    padding-right: 54px !important;
}

.cta__btn-download:hover .btn-content {
    color: #010E54 !important;
}

.cta__btn-download:hover .btn-icon-white-paper svg path {
    fill: #010E54;
}

.internal-download-bronchures-section .btn-content {
    font-family: Noto Sans !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.color-white {
    color: white;
}

.btn-icon-white-paper {
    left: 225px;
}

.btn-icon-brochure {
    left: 200px;
}

.btn-icon-case-study {
    left: 130px;
}

.internal-download-bronchures-section .btn-icon-case-study {
    left: 150px !important;
}

.max-width-image-right {
    max-width: 360px;
}

.internal-download-bronchures-section .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 8px;
    color: #ffffff;
}

.internal-download-bronchures-section .line {
    border: 3px solid #45E8FF;
    width: 60px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.internal-download-bronchures-section .des-1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
}

.internal-download-bronchures-section .des-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
}

.internal-download-bronchures-section .des {
    margin-bottom: 8px;
}

.internal-download-bronchures-section .des:last-of-type {
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .internal-download-bronchures-section {
        padding: 0 16px;
    }

    .cta__btn {
        padding: 8px 34px !important;
    }

    .cta__btn-download:hover {
        padding: 8px 34px !important;
    }

    .cta__title {
        font-size: 25px !important;
        line-height: 35px !important;
        width: 284px;
        margin-bottom: 32px !important;
    }

    .mb-24px-md {
        margin-bottom: 24px;
    }

    .btn-icon-white-paper {
        left: 215px !important;
    }

    .btn-icon-brochure {
        left: 190px !important;
    }

    .internal-download-bronchures-section .btn-icon-case-study {
        left: 145px !important;
    }

    .secondary-button:hover .btn-icon-custom {
        left: 120px;
    }

    .image-right {
        position: absolute;
        right: -70px;
        bottom: 0;
        height: 100%;
    }

    .brochures-body {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .brochures-body .content {
        width: 100%;
    }

    .internal-download-bronchures-section .des-1 {
        font-size: 16px;
    }

    .internal-download-bronchures-section .des-2 {
        font-size: 14px;
    }

    .internal-download-bronchures-section .des {
        width: 437px;
    }
}

@media (max-width: 743px) {
    .cta__margin {
        margin-top: 60px;
    }

    .cta__margin-bot {
        margin-bottom: 60px;
    }

    .image-right {
        display: none;
    }

    .cta__padding {
        padding: 40px;
    }

    .cta__title {
        font-size: 20px !important;
        line-height: 28px !important;
        width: 70%;
    }

    .btn-padding {
        padding: 8px 20px;
    }

    .btn-icon-white-paper {
        left: 205px !important;
    }

    .btn-icon-brochure {
        left: 180px !important;
    }

    .btn-icon-case-study {
        left: 110px;
    }

    .brochures-body .content {
        width: 100%;
    }

    .internal-download-bronchures-section .des-1 {
        font-size: 16px;
    }

    .internal-download-bronchures-section .des-2 {
        font-size: 14px;
    }

    .internal-download-bronchures-section .des {
        margin-bottom: 8px;
        width: 100%;
    }

    .internal-download-bronchures-section .des:last-of-type {
        margin-bottom: 24px;
    }
}

@media (max-width: 500px) {
    .cta__title {
        width: 100%;
    }

    .cta__padding {
        padding: 32px;
    }

    .internal-download-bronchures-section .btn-content {
        font-size: 14px !important;
    }

    .cta__btn {
        padding: 8px 24px !important;
    }
}