.info_container {
    padding: 20px 20px 0;
}
/* .info_title inherits from the global #mainSection3 h1 rule in common.css */
.info_header {
    width: 73%;
}
.copyright_image {
    margin: 0 10px;
}
.info_header h2, .alt_h3 {
    color: #165e7b;
    font-size: 1.55em;
    font-weight: 300;
    border-left: 5px solid #e8db7d;
    padding: 6px 0 6px 18px;
    margin: 30px 0 15px;
    background: none;
    rotate: 0;
    width: auto;
}
.info_header h3 {
    color: #2E282A;
    font-size: 1.1em;
    font-weight: 600;
    border-bottom: 2px solid #e8db7d;
    padding-bottom: 6px;
    margin: 25px 0 10px !important;
    width: auto;
    line-height: 28px;
}
.info_header p, .info_section p {
    font-size: 17px;
    line-height: 30px;
}
.info_section {
    margin: 50px 0;
    width: 73%;
}
.info_section h2 {
    color: #165e7b;
    font-size: 1.4em;
    font-weight: 300;
    border-left: 5px solid #17BEBB;
    padding: 6px 0 6px 18px;
    margin: 40px 0 15px;
    background: none;
    rotate: 0;
    width: auto;
    border-bottom: none;
}
.info_section h3 {
    color: #2E282A;
    font-size: 1.05em;
    font-weight: 600;
    border-bottom: 2px solid #e8db7d;
    padding-bottom: 6px;
    margin: 30px 0 10px !important;
    background: none;
    rotate: 0;
    width: auto;
    line-height: 28px;
}
.info_section img {
    width: 400px;
}

.copyright, .copyright_alt  {
    display: flex;
    width: 100%;
    padding: 40px 0;
}

.certificates {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 10px;
    margin: 50px 60px 40px;
}
.certificate {
    width: 75%;
    border: 6px solid #b4bbb9;
    rotate: -3deg;
}
.cs_logo {
    width: 55%;
    border: 6px solid #306376;
    rotate: -3deg;
    background-color: #306376;
    padding: 10px;
}
.protected {
    width: 75%;
}
.copyright_words {
    width: 75%;
}
.copyright h1, .copyright h2, .copyright_alt h2 {
    color: #165e7b;
    font-weight: 300;
    border-left: 5px solid #17BEBB;
    padding: 6px 0 6px 18px;
    margin: 30px 0 15px;
    background: none;
    rotate: 0;
    width: auto;
    font-size: 1.4em;
}
.copyright h1 {
    font-size: 1.7em;
}
.copyright h3, .copyright_alt h3 {
    color: #2E282A;
    font-size: 1.05em;
    font-weight: 600;
    border-bottom: 2px solid #e8db7d;
    padding-bottom: 6px;
    margin: 25px 0 10px !important;
    width: auto;
    line-height: 28px;
}
.copyright_image_mobile {
    display: none;
}
.connection_boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.connection_boxes div {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #eee;
    text-align: center;
}
.connection_boxes h3 {
    font-size: 28px;
    margin: 0 !important;
}
.connection_boxes h4 {
    font-size: 16px;
    margin: 0 !important;
    color: #165e7a;
    font-weight: bold;
}
.omc_price {
    font-size: 24px;
    font-weight: bold;
}
.currency_choice {
    display: flex;
    grid-gap: 10px;
}
.currency_choice div {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 8px;
}
.currency_choice div a {
    color: #13171d;
}
.currency_choice div.currency_selected {
    background-color: #f3de8a;
    font-weight: bold;
    text-decoration: underline;
}

.testimonial_featured {
    background: #fff8ec;
    border-left: 6px solid #E94E1B;
    border-radius: 12px;
    padding: 35px 40px;
    margin: 20px 0 30px;
    width: 73%;
}
.testimonial_featured_badge {
    display: inline-block;
    background: #E94E1B;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.testimonial_featured .testimonial_stars {
    color: #E94E1B;
}
.testimonial_featured .testimonial_quote {
    font-size: 19px;
    line-height: 30px;
    color: #13161d;
}
.testimonial_featured .testimonial_author {
    font-size: 14px;
}
.testimonial_links {
    margin: 20px 0 0;
    padding-top: 18px;
    border-top: 1px solid #f0ddb8;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.testimonial_links a {
    font-size: 13px;
    font-weight: bold;
    color: #a6390f;
    background: #fff;
    border: 1px solid #f3c99a;
    border-radius: 20px;
    padding: 7px 14px;
    white-space: nowrap;
}
.testimonial_links a i {
    margin-right: 6px;
}
.testimonials_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    margin: 0 0 40px;
}
.testimonial_card {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 25px 25px 20px;
    border-left: 4px solid #17BEBB;
}
.testimonial_stars {
    color: #17BEBB;
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 3px;
}
.testimonial_quote {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 400;
}
.testimonial_author {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    margin: 0;
    line-height: 20px;
}
.testimonial_author span {
    font-weight: normal;
    color: #888;
}

@media only screen and (max-width: 1000px) {
    .connection_boxes {
        display: block;
    }
}
@media only screen and (max-width: 800px) {
    .info_header, .info_section {
        width: 100%;
    }
    .testimonial_featured {
        width: 100%;
    }
    .testimonials_grid {
        grid-template-columns: 1fr 1fr;
    }
    .certificates {
        display: block;
        margin: 100px 10px 60px;
    }
    .copyright_image {
        display: none;
    }
    .copyright_image_mobile {
        display: block;
        width: 250px;
        margin-bottom: 20px;
    }
    .copyright {
        display: block;
        width: 100%;
    }
    .copyright_image {
        padding-top: 10px;
    }
    .copyright, .copyright_alt {
        display: block;
        padding: 0;
    }
    .copyright_words {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .certificates {
        margin: 60px 30px 60px;
    }
    .testimonials_grid {
        grid-template-columns: 1fr;
    }
    .testimonial_featured {
        padding: 25px 20px;
    }
    .info_section img {
        width: 100%;
    }
    .info_header h2, .alt_h3 {
        font-size: 1.3em;
    }
    .info_section h3 {
        font-size: 1em;
    }
    .info_header h3 {
        font-size: 1em;
        padding-bottom: 5px;
    }
}