@media only screen and (max-width: 932px) and (orientation: landscape) {

    #primary-menu {
        overflow: hidden;
        overflow-y: auto;
        max-height: 230px;
        padding: 20px 0;
    }
}


@media only screen and (min-width: 1025px) {
    .mainmenu .nav-menu .menu-item-has-children:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        height: 20px;
        cursor: pointer;
        background: transparent;
        z-index: -1;
    }

    .menu-toggle {
        display: none !important;
    }

    .mainmenu #primary-menu {
        display: inline-flex;
    }
}


@media only screen and (max-width: 1399px) {

    button.owl-prev,
    button.owl-next {
        background-color: var(--secondary-hover) !important;
        color: #fff !important;
    }

    button.owl-next {
        right: 0;
    }

    button.owl-prev {
        left: 0;
    }

    .our-process-image::before {
        bottom: -20px;
        right: -20px;
    }

    .our-process-box:nth-child(even) .our-process-image::before {
        right: auto;
        left: -20px;
    }

    .our-process-box:nth-child(even) .our-process-image {
        margin-left: auto;
    }

    .our-team-image::before {

        height: 560px;
    }

    .our-team-main-row .our-team-row:nth-child(even) .our-team-image::before {
        right: -180px;
    }

    .our-team-row {
        margin-bottom: 100px;
    }


    .about-our-process-sec:nth-child(even) .about-our-process-image::before {
        left: -30px;
    }

    .about-our-process-image::before {
        right: -30px;
        bottom: -30px;
    }

    .our-team-main-sec {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1299px) {

    .footer-row {
        grid-template-columns: 360px 360px auto;
        grid-gap: 20px;
    }

}


@media only screen and (max-width: 1199px) {


    :root {
        --body-font: 18px;

        --h1: 44px;
        --h2: 30px;
        --h3: 20px;
    }

    .big-title {
        font-size: 58px;
    }

    .banner-img {
        max-width: 438px;
        min-height: 550px;
    }

    .portfolio-sec .portfolio-col {
        padding: 40px 30px;
    }

    .portfolio-blocks-main-sec {
        padding-top: 120px;
    }

    .portfolio-gallery-item {
        min-height: 200px;
        max-height: 200px;
    }


    .portfolio-image {
        min-width: 400px;
        max-width: 400px;
        min-height: 550px;
    }

    .feature-projects-row::before {
        top: -10px;
        left: -10px;
    }

    .feature-projects-row::after {
        bottom: -10px;
        right: -10px;
    }

    .feature-projects-main {
        padding-bottom: 60px;
    }

    .feature-projects-main .section-title {
        margin-bottom: 40px;
    }


    input[type="text"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    textarea,
    select {
        height: 50px !important;
        padding: 12px 15px !important;
    }


    .category-projects-row .post-thumbnail {
        min-width: auto;
    }

    .category-projects-row {
        grid-gap: 60px;
    }

    .portfolio-hero {
        min-height: 600px;
    }

    .main-heading {
        min-height: 100px;
    }

    .banner-info .section-title h1 {
        width: 80%;
    }

    .our-team-row {
        margin-bottom: 60px;
        gap: 40px;
    }

    .our-team-main-sec {
        padding-bottom: 40px;
    }

    .our-team-image {
        width: 100%;
    }

    .our-team-image figure {
        max-height: 400px;
        min-height: 400px;
        margin-left: auto;
    }

    .our-team-image::before {
        top: -37px;
        bottom: 0;
        left: 0;
        height: 475px;
    }

    .our-team-main-row .our-team-row:nth-child(even) .our-team-image::before {
        right: -20px;
    }

    .our-team-main-row .our-team-row:nth-child(even) .our-team-image {
        margin-right: 0;
    }

    .teams-sec {
        min-height: 400px;
    }


    .about-our-process-image {
        max-width: 300px;
    }

    .about-our-process-sec {
        gap: 40px;
    }

    .about-our-process-image::before {
        right: -20px;
        bottom: -20px;
    }

    .about-our-process-sec:nth-child(even) .about-our-process-image::before {
        left: -20px;
    }

    .about-our-process-sec {
        margin-bottom: 80px;
        justify-content: center;
    }

    .thank-tou-page {
        min-height: auto;
    }

    .footer-row {
        grid-template-columns: 320px 320px auto;
        grid-gap: 20px;
        padding-left: 0;
    }

    .testimonial-item {
        padding: 30px 20px;
    }

    .cta-content .form-title h2,
    .testimonial-section .section-title h2,
    .five-star-section .section-title h2 {
        max-width: 600px;
    }

}

@media only screen and (max-width: 1024px) {


    body {
        padding-top: 105px;
    }

    :root {

        --body-font: 16px;
    }

    .big-title {
        font-size: 52px;
    }

    .mainmenu #primary-menu {
        flex-direction: column;
        gap: 0;
    }

    .mainmenu #primary-menu li {
        width: 100%;
    }

    .mainmenu #primary-menu .sub-menu li a {
        border-bottom: 0;
    }


    .mainmenu {

        .nav-menu {
            li {
                font-size: 16px;
                padding-right: 0;
                margin-right: 0;

                &::after {
                    display: none;
                }
            }
        }
    }

    .hasarrow {
        display: none;
    }

    .menu-menu-1-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px 0 0;
        left: 0;
        transform: translateX(100%);
        transition: transform 550ms cubic-bezier(0.45, 1, 0.32, 1), opacity 550ms cubic-bezier(0.45, 1, 0.32, 1);
        overflow: hidden;
        background-color: var(--white);
        height: 100vh;
    }

    .main-navigation.toggled .menu-menu-1-container {
        transform: translateX(0%);
    }

    .menu-toggle {
        background-color: transparent !important;
        background: none !important;
        border: none !important;
        cursor: pointer;
        padding: 10px !important;
        position: relative;
        width: 30px;
        height: auto;
        aspect-ratio: 1;
    }

    .menu-toggle:hover {
        background-color: transparent !important;
    }

    .hamburger,
    .hamburger::before,
    .hamburger::after {
        content: '';
        display: block;
        background-color: var(--secondary);
        height: 3px;
        width: 100%;
        border-radius: 2px;
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
    }

    .hamburger {
        top: 50%;
        transform: translateY(-50%);
    }

    .hamburger::before {
        top: -10px;
    }

    .hamburger::after {
        top: 10px;
    }

    .mainmenu .nav-menu li a {
        transition: transform 550ms cubic-bezier(0.45, 1, 0.32, 1), opacity 550ms cubic-bezier(0.45, 1, 0.32, 1), background-color 250ms ease-in-out, color 250ms ease-in-out;
        padding: 8px 15px;
    }

    .mainmenu .nav-menu li a::after {
        display: none;
    }

    .mainmenu .nav-menu a:hover {
        background-color: var(--secondary-hover);
        color: var(--white);
    }

    .mainmenu #primary-menu a:hover,
    .mainmenu li.current_page_item a {
        color: var(--white);
    }

    .mainmenu .nav-menu li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    }

    .mainmenu .nav-menu li:first-child {
        border-top: solid 1px rgba(0, 0, 0, 0.4);
    }

    .mainmenu #primary-menu .sub-menu,
    .mainmenu #primary-menu .sub-menu li:first-child {
        border-top: 0;
    }

    .main-navigation.toggled .hamburger {
        background-color: transparent;
    }

    .main-navigation.toggled .hamburger::before {
        transform: rotate(45deg);
        top: 0;
    }

    .main-navigation.toggled .hamburger::after {
        transform: rotate(-45deg);
        top: 0;
    }

    .mainmenu .nav-menu .sub-menu {
        position: static;
        float: none;
        border: 0 !important;
        display: none;
    }

    .mainmenu .nav-menu .sub-menu li:last-child {
        border-bottom: 0;
    }

    .mainmenu .nav-menu .sub-menu li a {
        border: 0;
        padding-left: 30px;
        width: 100%;
    }

    .sub-menu-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 40px;
        z-index: 5;
        cursor: pointer;
        background-color: var(--secondary-hover);
    }

    .sub-menu-toggle::before {
        transform: translate(-50%, -50%);
    }

    .sub-menu-toggle::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .has-menu.active .sub-menu-toggle::after {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    .sub-menu-toggle::after,
    .sub-menu-toggle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 15px);
        height: 1px;
        background-color: #FFFFFF;
        transition: 200ms linear;
    }

    .header .current-menu-item .sub-menu-toggle::after {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    .header-row {
        grid-gap: 30px;
        flex-direction: row;
        justify-content: space-between;
    }

    .site-branding .custom-logo-link {
        max-width: 220px;
    }

    header.sticky .custom-logo-link {
        max-width: 200px;
    }

    .button {
        font-size: 12px;
        padding: 14px 20px 13px 20px;
    }

    .button.btn-small {
        font-size: 10px;
    }

    .banner-img {
        max-width: 350px;
        min-height: 440px;
    }

    .big-title {
        font-size: 46px;
    }

    .banner-info .section-title {
        max-width: 360px;
    }

    .portfolio-sec {
        margin-top: 30px;
        grid-gap: 10px;
        max-width: 660px;
    }

    .portfolio-blocks-main-sec {
        padding-top: 50px;
    }

    .portfolio-image {
        min-width: 300px;
        max-width: 300px;
        min-height: 500px;
    }

    .portfolio-content {
        padding: 30px;
    }

    .portfolio-gallery-item {
        min-height: 220px;
        max-height: 220px;
    }

    .portfolio-text-content {
        width: 100%;
    }

    .portfolio-buttons {
        gap: 10px;
    }

    .home-plans-info-sec {
        padding: 40px 30px;
        width: 60%;
    }

    .home-plans-image {
        width: 40%;
    }

    .buttons {
        margin-top: 20px;
    }

    br {
        display: none;
    }

    footer #footer-menu {
        grid-gap: 14px;
        font-size: 18px;
    }

    footer .support-info li a,
    footer .support-info li address {
        line-height: 1.5;
        font-size: 16px;
    }

    .newsletter-sec h4 {
        line-height: 1.3;
    }

    .footer-row {
        gap: 20px;
    }

    footer {
        padding: 50px 0 100px;
    }

    .category-projects-row .post-thumbnail {
        min-width: auto;
        max-width: 400px;
    }

    .category-projects-row {
        grid-gap: 50px 40px;
    }

    .main-heading {
        max-width: max-content;
        padding: 30px;
    }

    .portfolio-hero {
        min-height: 480px;
    }

    .project-categories {
        grid-gap: 30px;
    }

    .project-category-image {
        min-height: 200px;
        max-height: 200px;
    }

    .latest-project-content {
        padding: 40px 30px;
    }

    .latest-project-image {
        min-height: 250px;
    }

    .latest-project-content h2,
    .latest-project-content h3 {
        line-height: 1.3;
    }

    .project-box .button {
        margin-top: 20px;
    }

    .our-process-image figure {
        margin: 0 auto;
    }

    .our-process-image.has-two-images figure {
        margin-bottom: 20px;
    }

    .our-process-image.has-two-images figure:last-child {
        margin-bottom: 0;
    }

    .our-process-main-sec .section-title {
        margin-bottom: 10px;
    }

    .our-process-row .our-process-box {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }

    .our-process-box .our-process-image {
        order: -1;
    }

    .our-process-row .our-process-box {
        margin-bottom: 30px;
    }

    .services-project-content .button {
        margin-top: 0;
    }

    .category-projects-row .post-info {
        min-width: 300px;
    }

    .page-template-blog .category-projects-row .post-info {
        max-width: 320px;
        min-width: 320px;
    }

    .our-process-content p:first-child:first-letter {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .section-title-info {
        width: 100%;
    }

    .our-team-image::before {
        height: 394px;
        width: 250px;
        top: -20px;
        left: -20px;
        bottom: 0;
    }

    .our-team-image {
        max-width: calc(100% - 20px);
    }


    .our-team-image figure {
        max-height: 350px;
        min-height: 350px;
        border-width: 5px;
    }

    .about-our-process-info {
        width: 50%;
        margin-right: 30px;
    }

    .about-our-process-image {
        width: 50%;
    }

    .about-our-process-image {
        max-width: 280px;
    }



    .about-our-process-sec:last-child {
        margin-bottom: 0;
    }

    .about-our-process-sec {
        gap: 30px;
    }

    .our-team-main-sec {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .our-team-info {
        max-width: 300px;
    }

    .teams-sec .teams-info {
        transform: translateY(0);
    }

    .footer-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .hero-banner-main {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .hero-banner-info {
        text-align: center;
        padding-top: 0;
    }

    .banner-form {
        width: 100%;
        padding: 30px 20px;
    }

    .home-design-services-section .portfolio-sec {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .home-design-services-section .portfolio-sec .portfolio-col {
        padding: 30px 20px;
    }

    .five-star-list li {
        padding-left: 20px;
    }

    .section-title ul {
        display: flex;
        flex-direction: column;
    }

    .section-title ul li {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .home-design-services-section .portfolio-sec .portfolio-col ul li {
        padding-left: 20px;
    }

    .testimonial-carousel .owl-dots {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {


    :root {

        --body-font: 14px;

        --h1: 30px;
        --h2: 24px;
        --h3: 18px;
        --h4: 16px;
    }

    h3 {
        line-height: 1.3;
    }

    .big-title {
        font-size: 42px;
    }

    .banner-info .section-title h1 {
        width: 100%;
    }

    .banner-row {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .banner-img {
        position: static;
        max-width: 100%;
        width: 100%;
        min-height: auto;
    }

    .banner-info .section-title {
        max-width: 100%;
    }

    .portfolio-sec .portfolio-col {
        padding: 30px 20px;
    }

    .main-heading {
        min-height: auto;
    }

    .portfolio-sec {
        max-width: 100%;
    }

    .portfolio-block-row {
        flex-direction: column;
    }

    .portfolio-image {
        min-width: auto;
        max-width: 100%;
        min-height: 300px;
        max-height: 300px;
    }

    .feature-projects-row {
        grid-template-columns: 1fr 1fr;
    }

    .feature-projects-row .feature-projects:nth-child(3) {
        grid-area: inherit;
    }

    .feature-projects-row::before {
        width: 200px;
        height: 100px;
    }

    .feature-projects-row::after {
        width: 150px;
        height: 200px;
    }

    .home-plans-row {
        flex-direction: column;
    }

    .home-plans-image,
    .home-plans-info-sec {
        width: 100%;
    }

    .home-plans-image figure {
        max-width: 120px;
    }

    .home-plans-image {
        padding: 50px 30px;
    }

    .section-row {
        padding: 40px 0;
    }

    footer {
        padding: 30px 0 50px;
    }

    .newsletter-sec .newsletter-form {
        max-width: 450px;
        margin: 30px auto 0;
    }

    .footer-row .footer-sec {
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 20px;
    }


    .footer-row {
        gap: 0 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-row .footer-sec:last-child {
        grid-column: span 2;
        border-top: 1px solid #DEDDD3;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .footer-row .footer-sec:nth-child(2) {
        border-right: 0;
        padding-right: 0;
    }

    .newsletter-sec h4 {
        margin-bottom: 10px;
    }

    .footer-sec.newsletter-sec {
        text-align: center;
    }

    footer .newsletter-sec .newsletter-form .gform-footer {
        margin-top: 15px !important;
        justify-content: center;
    }

    footer .support-info li a,
    footer .support-info li address {
        font-size: 14px;
    }

    footer #footer-menu {
        grid-gap: 5px;
        font-size: 16px;
    }

    .social-media ul {
        grid-gap: 10px;
    }

    .social-media ul li a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .feature-projects-main .section-title {
        margin-bottom: 20px;
    }

    .newsletter-form input[type="email"] {
        text-align: left;
    }

    header {
        padding: 20px 0;
    }

    header.sticky {
        padding: 15px 0;
    }

    .category-projects-row .post-thumbnail {
        min-width: auto;
        max-width: 100%;
        max-height: 250px;
        min-height: 250px;
    }

    .category-projects-row {
        grid-template-columns: 1fr;
    }

    .category-projects-row .post-info {
        position: absolute;
        bottom: 0;
        min-height: auto;
        max-width: 310px;
        min-width: 310px;
    }

    .category-projects-row .post-info {
        margin-bottom: 0;
    }

    .category-projects-row {
        grid-gap: 20px;
    }

    .pagination {
        margin-top: 50px;
    }

    .portfolio-hero {
        min-height: 350px;
    }

    .project-categories {
        grid-gap: 50px 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    .latest-project-item {
        display: flex;
        flex-direction: column;
    }

    .latest-project-content {
        padding: 30px 20px;
    }

    .latest-projects-grid .latest-project-item:nth-child(even) .latest-project-content {
        order: 0;
    }

    .gform-theme--foundation .gform_fields {
        row-gap: 20px !important;
    }

    .image-content {
        display: block !important;
    }

    .image-content .large-block {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 300px;
        max-width: 100%;
    }

    .related-projects-grid {
        gap: 20px;
    }

    .related-project-thumbnail {
        min-height: 200px;
        background-position: center center;
    }

    .related-project-title {
        margin-top: 20px;
    }

    .nav-previous a,
    .nav-next a {
        font-size: 16px;
    }

    .blogImages {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .blog-photo {
        min-height: 250px;
        max-height: 250px;
    }

    .services-project-categories .project-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .services-project-categories .project-box:nth-child(even) {
        flex-direction: column;
    }

    .services-project-image {
        min-height: 250px;
    }

    .services-project-content {
        padding: 30px 20px;
    }

    .our-process-image figure {
        max-height: 350px;
        min-height: 350px;
    }

    .our-process-image::before {
        bottom: -10px;
        right: -10px;
    }

    .our-process-box:nth-child(even) .our-process-image::before {
        left: -10px;
    }

    .our-process-content p:first-child:first-letter {
        font-size: 20px;
        margin-top: 0;
        margin-top: 2px;
    }

    .our-team-row {
        flex-direction: column;
        display: flex;
        margin-bottom: 40px;
    }

    .our-team-image::before {
        height: 100%;
        width: 100%;
    }

    .our-team-info {
        padding-top: 0;
    }

    .our-team-info p {
        max-width: 100%;
    }

    .our-team-info {
        max-width: 100%;
    }

    .our-team-image figure {
        max-width: 100%;
    }

    .our-team-main-row .our-team-row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .teams-sec {
        background-position: top center;
    }

    .teams-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .team-modal-image {
        width: 150px;
        height: 150px
    }

    .fancybox-button {
        width: 50px !important;
        height: 50px !important;
    }

    .teams-sec {
        min-height: 350px;
    }

    .about-our-process-sec {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .about-our-process-sec:nth-child(even) {
        flex-direction: column;
    }

    .about-our-process-image {
        margin: 0px 0px 0px 0px;
        max-width: 95%;
    }

    .about-our-process-info {
        margin-top: 20px;
        margin-right: 0;
    }

    .about-our-process-sec {
        margin-bottom: 60px;
    }

    .about-our-process-info,
    .about-our-process-image {
        width: 100%;
    }


    .thank-tou-page .section-title-info {
        width: 100%;
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        gap: 20px !important;
    }


    .five-star-list {
        display: flex;
        flex-direction: column;
    }

    .five-star-list li {
        margin-bottom: 10px;
    }

    .section-title.center {
        margin: 0 auto 30px;
    }

    .client-image {
        width: 80px;
        height: 80px;
    }

    .cta-content .form-title h2,
    .testimonial-section .section-title h2,
    .five-star-section .section-title h2 {
        max-width: 100%;
    }

}


@media only screen and (max-width: 575px) {


    .big-title {
        font-size: 30px;
    }

    .banner-main-section {
        padding-top: 0;
    }

    .portfolio-sec {
        display: flex;
        flex-direction: column;
    }

    .portfolio-buttons {
        display: flex;
        flex-direction: column;
    }

    .portfolio-gallery {
        display: flex;
        flex-direction: column;
    }

    .feature-projects-row {
        display: flex;
        flex-direction: column;
    }

    .home-plans-info-sec {
        padding: 30px 20px;
    }

    .footer-row .footer-sec {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #DEDDD3;
        text-align: center;
    }

    .footer-row .footer-sec:nth-child(2) {
        padding-top: 20px;
    }

    .footer-row .footer-sec:last-child {
        border-bottom: 0;
        border-top: 0;
    }

    .newsletter-sec .newsletter-form {
        margin-top: 20px;
    }

    .newsletter-sec p {
        font-size: 14px;
    }

    .footer-row {
        gap: 0 20px;
        display: flex;
        flex-direction: column;
    }

    .social-media ul {
        justify-content: center;
    }

    .buttons {
        gap: 10px;
    }

    .portfolio-hero {
        min-height: 250px;
    }

    .project-categories {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }

    .section-title.center {
        margin: 0 auto 20px;
    }


    .related-projects-grid {
        display: flex;
        flex-direction: column;
    }

    .image-content .large-block {
        min-height: 220px;
    }

    .image-content,
    .blockRow {
        display: block;
    }

    .small-block.blockT,
    .large-block,
    .small-block {
        max-width: 100%;
    }

    .large-block,
    .small-block {
        min-height: 150px;
    }

    .small-block.blockT {
        min-height: auto;
    }

    .large-block.block2 .blockRow:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }

    .pagination-main-sec nav.navigation.post-navigation {
        padding-bottom: 30px;
    }

    .pagination-main-sec nav.navigation.post-navigation .nav-links {
        flex-direction: column;
        grid-gap: 20px;
        align-items: flex-start;
    }

    .nav-previous a,
    .nav-next a {
        align-items: flex-start;
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        text-align: left;
        flex: 1 0 100%;
    }

    .blogImages {
        grid-template-columns: 1fr;
    }

    .category-projects-main-sec article {
        margin-bottom: 0;
    }

    .our-process-image figure {
        max-height: 250px;
        min-height: 250px;
        min-width: auto;
    }

    .page-template-blog .category-projects-row .post-info {
        max-width: 270px;
        min-width: 270px;
    }

    .entry-content ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .search-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .search-form label {
        width: 100%;
    }

    .teams-row {
        display: flex;
        flex-direction: column;
    }

    .team-modal {
        max-width: 340px;
    }

    .teams-info :is(h2, h3, h4, h5, h6) {
        margin-bottom: 10px;
    }

    .image-gallery-row {
        display: flex;
        flex-direction: column;
    }

    .our-team-info p {
        font-size: 16px;
    }
}