section .wrapper,
section.training-contact-section .custom-container {
    width: 100%;
    max-width: 1576px;
    margin: 0 auto;
}

section {
    padding: 100px 30px;
    @media (width < 991px) {
        padding: 70px 30px;
    }
    @media (width < 767px) {
        padding: 50px 20px;
    }
}

section h2+img {
    margin-bottom: 30px;
}

section .header {
    max-width: 776px;
}

section li {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #FFF;
    font-family: Mont;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}

section img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

section li::before {
    content: '';
    min-width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_3516_1871)"><path d="M3.81641 19.6699C7.93867 20.1105 12.0609 20.1105 16.1832 19.6699C17.8633 19.475 19.4746 17.8637 19.6695 16.1836C20.1102 12.0613 20.1102 7.93906 19.6695 3.8168C19.4746 2.13672 17.8633 0.525781 16.1832 0.330469C12.0609 -0.110156 7.93867 -0.110156 3.81641 0.330469C2.13633 0.525781 0.525391 2.13672 0.330469 3.8168C-0.110156 7.93906 -0.110156 12.0613 0.330469 16.1836C0.525391 17.8637 2.13672 19.4746 3.8168 19.6699H3.81641ZM4.04805 8.49687C4.67422 7.93516 5.6375 7.98711 6.19922 8.61367L8.49922 11.1773L13.8266 5.52812C14.4039 4.91602 15.368 4.8875 15.9801 5.46484C16.5922 6.04219 16.6203 7.00625 16.0434 7.61836L9.57969 14.4727C9.2918 14.7781 8.89062 14.9508 8.47148 14.9508C8.46523 14.9508 8.45898 14.9508 8.45234 14.9508C8.02617 14.9453 7.62188 14.7621 7.33711 14.4449L3.93125 10.6484C3.36953 10.0223 3.42148 9.05898 4.04805 8.49727V8.49687Z" fill="black"/></g><defs><clipPath id="clip0_3516_1871"><rect width="20" height="20" fill="black"/></clipPath></defs></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}

section .red_box {
    padding: 30px;
    border-radius: 5px;
    background: var(--dark-red, #7D0C11);
    height: 100%;
}

section .btn_black {
    padding: 12px 24px;
    border-radius: 5px;
    background: var(--black, #000);
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}

section .btn_black:hover {
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    background-color: white;
    color: rgba(238, 42, 38, 1);
}

section .red_btn {
    padding: 12px 24px;
    border-radius: 5px;
    background: #EE2A26;
    display: block;
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section .red_btn:hover {
    background: white;
    color: #EE2A26;
}