/* template -- muktopaathshala 1.0 */

/* font  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif; */


/* common css  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    /* color: var(--fourth-color); */
}

.row {
    padding-right: 0!important;
    padding-left: 0!important;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem;
}


/* colour  */

:root {
    --main-color: #8E1616;
    --second-color: #E8C999;
    --third-color: #F8EEDF;
    --fourth-color: #000000;
    --white-color: #FFFFFF;
}

.main-color {
    color: #8E1616;
    /* color: #eb4747; */
}

.text-danger {
    /* background-image: linear-gradient(90deg, #8E1616, #eb4747); */
    color: #8E1616 !important;
}

body {
    padding-top: 70px;
}

.bg-1 {
    background-image: linear-gradient(45deg, #8e16165b, #FFFFFF, #FFFFFF, #e8c89959);
}

.bg-2 {
    background-image: linear-gradient(45deg, #8e16165b, #FFFFFF, #FFFFFF, #FFFFFF, #e8c89959);
}

.bg-3 {
    background-image: linear-gradient(145deg, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #e8c89959);
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

/* ...... */

/* nav section start */
.navbar {
    background-color: var(--second-color);
    height: 100px;
}

.navbar-brand img {
    height: 40px;
}

.nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-link {
    font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--main-color);
}

.navbar-nav .nav-link {
    color: var(--fourth-color);
}

.navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.btn {
    padding: 4px 25px;
    background-color: var(--main-color);
    color: var(--white-color);
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--white-color);
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

/* sign start  */
.modal-backdrop {
    --bs-backdrop-zindex: 10;
    /* --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg); */
}


/* Custom styles for the modal content */
.modal-content {
    overflow: hidden;
    /* Ensure content respects rounded corners */
}

/* Input fields and buttons */
.form-control.rounded-pill {
    border-radius: 50rem !important;
    /* Make inputs fully rounded */
}

.btn.rounded-pill {
    border-radius: 50rem !important;
    /* Make buttons fully rounded */
}

/* Ensure specific button colors */
.btn-dark {
    background-color: #212529;
    border-color: #212529;
    color: white;
}

.btn-dark:hover {
    background-color: #000;
    border-color: #000;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

/* Language dropdown button */
.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white;
}

/* Responsive adjustments for the close button */
@media (max-width: 991.98px) {

    .modal-body .d-lg-block {
        display: none !important;
    }

    .modal-body .d-lg-none {
        display: block !important;
    }
}

/* sign end  */

/* nav section end */



/* hero section start */
.hero-section-bg {
    background-image: url('../images/hero-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-section-bg .container .row {
    position: relative;
    z-index: 1;
}

.counter-up {
    margin-bottom: -70px;
    z-index: 2;
}


/* Adjust position of the text box based on the image */
@media (min-width: 992px) {

    .hero-section-bg .col-lg-6 {
        margin-left: 5%;
    }
}

/* hero section end */


/* about section start */

.play-button-overlay {
    /* border: 10px solid var(--white-color);
    border-radius: 50%;
    background-color: var(--white-color); */
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button-overlay:hover {
    /* background-color: var(--fourth-color); */
    overflow: hidden;
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 550px) {

    .about {
        padding-top: 450px !important;

    }
}

/* about section end */




/* Secondary to Graduation section start */
.custom-card-hover {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-card-hover:hover {
    transform: translateY(-5px);
    /* Lifts the card slightly */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    /* Stronger shadow on hover */
}

/* Adjust max-width for icons if needed */
.card-body img {
    height: auto;
    /* Maintain aspect ratio */
}

/* Secondary to Graduation section end */

/* Academic Program section start */
/* Custom styles for the feature list items */
.feature-list {
    padding-left: 0;
    /* Remove default ul padding */
}

.feature-item {
    background-color: #f8f8f8;
    /* Light background for non-active items */
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    /* Indicate interactivity */
}

.feature-item:hover {
    background-color: #fff;
    /* White background on hover */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    /* Subtle shadow on hover */
    transform: translateY(-2px);
    /* Slight lift on hover */
}

.feature-item.active-feature-item {
    background: linear-gradient(to right, #ffe6e6, #fff);
    /* Reddish gradient for active item */
    box-shadow: 0 0.25rem 0.5rem rgba(255, 0, 0, 0.1);
    /* Subtle red shadow for active item */
    font-weight: bold;
    /* Make text bold for active item */
    color: var(--main-color);
    /* Red text for active item */
}

.feature-item.active-feature-item img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(6000%) hue-rotate(340deg) brightness(90%) contrast(100%);
    /* Example: Red filter for active icon */
}

.feature-icon {
    width: 40px;
    /* Adjust icon size as needed */
    height: 40px;
    object-fit: contain;
    /* Ensures icon scales correctly */
}

/* Styles for the mockup images container */
.col-lg-6 .position-relative {
    padding: 20px;
    /* Padding inside the container for mockups */
    background-color: #f0f0f0;
    /* Light grey background behind mockups */
    border-radius: 20px;
    overflow: hidden;
    /* Hide parts of absolute image if it goes outside */
}

/* Specific positioning for the secondary mockup image */
@media (min-width: 992px) {

    /* Only apply on larger screens */
    .col-lg-6 .position-relative img:last-child {
        /* Selects the second image */
        right: -10%;
        /* Adjust as needed for overlap */
        top: 20%;
        /* Adjust as needed for vertical position */
        transform: scale(0.9);
        /* Make it slightly smaller */
        /* Add filter for background image if desired, e.g., grayscale */
        /* filter: grayscale(50%); */
    }
}

/* Academic Program section end */


/* Learn more section start */
/* Section Background */
/* Custom Tabs Styling */
.course-tabs .nav-link {
    color: #333;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-bottom: 0.5rem;
    transition: all 0.3s ease;
    background-color: transparent;
}

.course-tabs .nav-link.active {
    color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
    background-color: transparent;
}

.course-tabs .nav-link:hover:not(.active) {
    color: #a0a0a0;
}

/* Custom Explore Button */
.custom-explore-btn {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: white;
    border-radius: 0;
}

.custom-explore-btn:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: white;
}


/* Learn more section end */


/* Testimonials section start  */
/* Testimonials Grid Styling */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    grid-template-rows: repeat(3, 100px);
    gap: 15px;
    position: relative;
}

.testimonials-grid .grid-item {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fceceb;
}

.testimonials-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Specific Grid Item Placement (if needed, based on visual) */
.grid-item-1 {
    grid-area: 1 / 1 / 2 / 2;
}

/* Top-left */
.grid-item-2 {
    grid-area: 1 / 3 / 2 / 4;
}

/* Top-right */
.grid-item-3 {
    grid-area: 2 / 2 / 3 / 3;
}

/* Middle-center */
.grid-item-4 {
    grid-area: 3 / 1 / 4 / 2;
}

/* Bottom-left */
.grid-item-5 {
    grid-area: 3 / 3 / 4 / 4;
}

/* Bottom-right *

/* Empty Grid Item Backgrounds (match the image's light background) */
.grid-item-empty {
    background-color: #fceceb !important;
}

/* Testimonial Card Styling */
.testimonial-card {
    border-color: #fceceb;
    position: relative;
    overflow: hidden;
}

.testimonial-card .card-body {
    position: relative;
    z-index: 1;
}

/* Adjust quotation mark position for smaller screens */
@media (max-width: 767.98px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 80px);
        grid-template-rows: repeat(3, 80px);
        gap: 10px;
    }

    .testimonial-card .top-0 {
        left: 5% !important;
        transform: translateY(-50%) !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .testimonials-grid {
        grid-template-columns: repeat(3, 90px);
        grid-template-rows: repeat(3, 90px);
        gap: 12px;
    }
}

/* Testimonials section end  */

/* The best of the best section start */


.bestof-slide img {
    width: 200px;
}


@media (max-width: 550px) {

    .bestof-slide .lead {
        font-size: 14;
    }

    .bestof-slide img {
        width: 100px;
    }

    .learn-slid .card-body h6,
    h5 {
        font-size: 14px;
    }

    .navbar {
        height: 70px !important;
    }
}

@media (max-width: 400px) {

    
    .bestof-slide .lead {
        font-size: 10;
    }
    
    .bestof-slide img {
        width: 80px;
    }

    .learn-slid .card-body h6,
    h5 {
        font-size: 10px;
    }
}

/* The best of the best section end */


/* Get in Touch section start  */

/* Custom button styling if needed beyond Bootstrap defaults */
.btn-dark.rounded-0 {
    /* Matches the black button from previous sections */
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

.btn-dark.rounded-0:hover {
    background-color: #000;
    border-color: #000;
}

.btn-danger.w-100.rounded-0 {
    /* Custom styling for the red submit button */
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: white;
    font-weight: bold;
}

.btn-danger.w-100.rounded-0:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

/* Contact Form Card Styling */
.contact-form-card {
    border: none;
    /* Remove default card border */
    background-color: white;
    /* Ensure white background */
}

.contact-form-card .form-control {
    border-radius: 0.375rem;
    /* Standard Bootstrap rounded corners for inputs */
    padding: 0.75rem 1rem;
    /* Adjust padding for input fields */
    border: 1px solid #dee2e6;
    /* Light border for inputs */
}

.contact-form-card .form-control::placeholder {
    color: #adb5bd;
    /* Placeholder text color */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .col-lg-6 {
        text-align: center;
        /* Center text on smaller screens */
    }

    .col-lg-6 .btn {
        width: auto;
        /* Allow button to take natural width */
    }

    .contact-form-card {
        margin-top: 3rem;
        /* Add some space between text and form on mobile */
    }
}

/* Get in Touch section end  */


/* footer section start  */
/* Footer base styles */

.text-white {
    color: var(--white-color) !important;
}

.top-f {
    justify-content: space-between;
}

/* Info Icons */
.bi {
    color: var(--white-color);
    /* Ensure Bootstrap Icons are white */
}

/* Copyright text specific styling */
.copyright-text {
    color: var(--white-color);
    /* Lighter grey for copyright */
}

.copyright-text .text-white {
    color: var(--white-color) !important;
    /* Ensure the specified part is white */
}

/* Social Icons List */
.social-icons-list {
    margin-bottom: 0;
    /* Remove default ul bottom margin */
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    width: 35px;
    height: 35px;
    background-color: transparent;
    /* Darker grey background */
    border-radius: 50%;
    /* Circular */
    color: var(--white-color);
    font-size: 1.1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
    background-color: var(--main-color);
    border: 1px solid transparent;
    /* Red on hover */
    color: var(--white-color);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .col-md-12 {
        text-align: center !important;
        /* Center content in mid-section on mobile */
    }

    .col-md-12 .d-flex {
        justify-content: center !important;
        /* Center contact info items */
    }

    .copyright-text {
        text-align: center !important;
    }
}

/* footer section end  */

/* livecourse page start  */
/* Section General */

/* Course Filter Tabs Styling */
.course-filter-tabs .nav-link {
    color: #333;
    /* Default text color */
    border-bottom: 2px solid transparent;
    /* Transparent border for non-active */
    padding-bottom: 0.5rem;
    transition: all 0.3s ease;
    background-color: transparent;
    /* Ensure no default tab background */
    border-radius: 0;
    /* Remove rounded corners for tab look */
    padding-left: 0;
    /* Remove horizontal padding */
    padding-right: 0;
    margin-right: 1.5rem;
    /* Space between tabs */
    position: relative;
}

.course-filter-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
    /* No margin on the last tab */
}

.course-filter-tabs .nav-link.active {
    color: var(--main-color);
    /* Red color for active tab */
    border-color: var(--main-color);
    /* Red border for active tab */
    font-weight: bold;
    background-color: transparent;
    /* Ensure no default tab background */
}

.course-filter-tabs .nav-link:hover:not(.active) {
    color: #888;
    /* Slightly darker grey on hover for non-active */
}

/* Course Card Item Styling */
.course-card-item {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.course-card-item:hover {
    transform: translateY(-5px);
    /* Lifts the card slightly */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    /* Stronger shadow on hover */
}

.course-card-item .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-card-item .card-body {
    padding: 1.25rem;
    /* Default Bootstrap padding for card body */
}

.course-card-item .card-title {
    font-size: 1.1rem;
    /* Adjust title font size */
    line-height: 1.4;
}

.course-card-item .card-text {
    font-size: 1rem;
    /* Adjust price font size */
}

/* Play button overlay on images (assuming it's similar to previous sections) */
.course-card-item .card-img-top {
    position: relative;
}

.course-card-item .card-img-top::after {
    content: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23ffffff%27%3e%3cpath d=%27M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z%27/%3e%3c/svg%3e');
    /* White play circle icon */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    /* Size of the play button */
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.3s ease;
}

.course-card-item:hover .card-img-top::after {
    opacity: 1;
    /* Show on hover */
}

/* Responsive adjustments for tabs */
@media (max-width: 767.98px) {
    .course-filter-tabs {
        flex-wrap: nowrap;
        /* Prevent tabs from wrapping */
        overflow-x: auto;
        /* Enable horizontal scrolling for tabs */
        -webkit-overflow-scrolling: touch;
        /* For smooth scrolling on iOS */
        justify-content: flex-start;
        /* Align tabs to the start */
        padding-bottom: 10px;
        /* Add some padding if scrollbar appears */
    }

    .course-filter-tabs .nav-item {
        flex-shrink: 0;
        /* Prevent tabs from shrinking */
    }

    .course-filter-tabs .nav-link {
        white-space: nowrap;
        /* Prevent text wrapping inside tabs */
    }
}


/* offline  */


/* Location Filter Tabs (Top Layer) */
.location-filter-pills .nav-link {
    background-color: #fceceb;
    /* Light reddish background */
    color: #333;
    /* Dark text */
    border-radius: 0.5rem;
    /* More rounded corners than class tabs */
    padding: 0.75rem 1.5rem;
    /* Ample padding */
    transition: all 0.3s ease;
    margin: 0 0.5rem;
    /* Space between pills */
    font-weight: bold;
}

.location-filter-pills .nav-link.active {
    background-color: var(--main-color);
    /* Red active background */
    color: white;
    /* White text for active */
}

.location-filter-pills .nav-link:hover:not(.active) {
    background-color: #f8c2bb;
    /* Lighter red on hover for non-active */
}

/* Class Filter Tabs (Bottom Layer) - Reusing previous style with minor tweaks */
.course-filter-tabs {
    overflow-x: auto;
    /* Enable horizontal scroll on smaller screens */
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    /* Prevent wrapping by default */
    justify-content: flex-start;
    /* Align tabs to the start */
    padding-bottom: 10px;
    /* Space for scrollbar */
}

.course-filter-tabs .nav-item {
    flex-shrink: 0;
    /* Prevent tabs from shrinking */
}

.course-filter-tabs .nav-link {
    color: #333;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.5rem;
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1.5rem;
    white-space: nowrap;
}

.course-filter-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.course-filter-tabs .nav-link.active {
    color: var var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
    background-color: transparent;
}

.course-filter-tabs .nav-link:hover:not(.active) {
    color: #888;
}

/* Course Card Item Styling (reusing from previous section) */
.course-card-item {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.course-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.course-card-item .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* Play button overlay on images (reusing from previous sections) */
.course-card-item .card-img-top {
    position: relative;
}

.course-card-item .card-img-top::after {
    content: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23ffffff%27%3e%3cpath d=%27M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z%27/%3e%3c/svg%3e');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.course-card-item:hover .card-img-top::after {
    opacity: 1;
    /* Show on hover */
}



/* livecourse page end  */


/* gallery section start  */

.gallery-item {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:hover {
    transform: translateY(-5px) scale(1.02);
}

/* gallery section end  */



/* Teacher Card Styling */
.teacher-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.teacher-card:hover {
    transform: translateY(-5px);
    /* Lifts the card slightly */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    /* Stronger shadow on hover */
}

.teacher-card .teacher-img {
    width: 100%;
    height: 180px;
    /* Fixed height for consistent image size */
    object-fit: cover;
    /* Ensures image covers the area */
    border-bottom-left-radius: 0 !important;
    /* Keep bottom corners square for top image */
    border-bottom-right-radius: 0 !important;
}

/* Course Price Card Styling */
.price-details-card {
    border: none;
    background-color: white;
    /* Ensure white background */
}

.price-details-card .display-4 {
    /* Ensure font size and weight for price */
    font-size: 3.5rem;
    /* Adjust if display-4 is too large or small */
}

.price-details-card .btn-danger {
    background-color: var(--main-color);
    /* Bootstrap red */
    border-color: var(--main-color);
    font-weight: bold;
    color: var(--white-color);
}

.price-details-card .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

/* Course Features List */
.course-features-list li {
    color: #333;
    /* Darker text for list items */
    font-size: 1rem;
    /* Adjust font size */
}

.course-features-list .small-dot {
    font-size: 0.6em;
    /* Adjust size of the square icon */
    vertical-align: middle;
    /* Align icon with text baseline */
    line-height: 1;
    /* Prevent extra space */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {

    /* On smaller screens (md, sm, xs) */
    .col-lg-7,
    .col-lg-5 {
        margin-bottom: 2rem;
        /* Add space between columns when they stack */
    }

    .col-lg-5 {
        order: -1;
        /* Make Course Price appear above Teachers on small screens if desired, or remove to keep original order */
    }

    .price-details-card .text-start {
        text-align: center !important;
        /* Center content in price card on mobile */
    }

    .course-features-list {
        text-align: left !important;
        /* Keep list left aligned within centered card */
        padding-left: 20px;
        /* Indent list for better readability */
        padding-right: 20px;
    }
}

/* detail page end  */
/* 
.section-title {
    position: relative;
} */

@media (max-width: 550px) {
    .section-title h2 {
        font-size: 20px;
    }

    .section-title .img-1 {
        max-width: 55px;
    }

    .section-title .img-2 {
        max-width: 80px;
    }
}