﻿.our_services {
    height: 761px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our_services_images {
    height: 405px;
    width: 360px;
}

    .our_services_images img {
        height: 405px;
        width: 360px;
    }

.our_services_text {
    height: 356.05px;
    width: 311.62px;
}

    .our_services_text h1 {
        width: 280px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 37.5px;
        margin-bottom: 20px;
    }

    .our_services_text span {
        font-family: var(--font-family2);
        color: var(--caveat-color);
        font-size: 2rem;
        font-weight: 400;
        line-height: 37.5px;
        letter-spacing: -0.5px;
    }

    .our_services_text li {
        list-style-type: none;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 28.9px;
    }

    .our_services_text button {
        width: 311.62px;
        height: 60px;
        top: 296.05px;
        font-size: 0.9375rem;
        font-weight: 600;
        line-height: 21.79px;
        letter-spacing: 2.25px;
        text-align: center;
        margin-top: 20px;
        color: var(--basic_color);
        border: 1px solid var(--btn-bgcolor);
        background-color: var(--btn-bgcolor);
    }

@media (min-width: 576px) {
    .our_services {
        height: 840px;
    }

    .our_services_images {
        height: 495px;
        width: 533px;
    }

        .our_services_images img {
            height: 495px;
            width: 533px;
        }

    .our_services_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 322.05px;
        width: 440px;
    }

        .our_services_text h1 {
            width: 450px;
            font-size: 2.5rem;
            line-height: 40px;
        }

        .our_services_text span {
            font-size: 2.5rem;
            line-height: 40px;
        }

        .our_services_text li {
            font-size: 1rem;
            margin-right: 110px;
        }

        .our_services_text button {
            width: 311.62px;
            height: 60px;
            top: 780.05px;
            left: 88px;
            margin-top: 20px;
        }
}

@media (min-width: 992px) {
    .our_services {
        height: 590px;
        flex-direction: row;
    }

    .our_services_images {
        height: 536px;
        width: 466px;
    }

        .our_services_images img {
            height: 536px;
            width: 466px;
        }

    .our_services_text {
        margin-top: 20px;
        align-items: start;
        height: 290.05px;
        width: 533px;
    }

        .our_services_text h1 {
            width: 526px;
            font-size: 1.853125rem;
            line-height: 45px;
        }

        .our_services_text span {
            font-size: 2.53125rem;
            line-height: 40px;
        }

        .our_services_text li {
            font-size: 1rem;
            margin-right: 0px;
        }

        .our_services_text button {
            width: 311.62px;
            height: 60px;
            top: 380.05px;
            left: 465px;
            line-height: 21.79px;
            letter-spacing: 2.25px;
        }
}

@media (min-width: 1200px) {
    .our_services {
        height: 659px;
    }

    .our_services_images {
        height: 536px;
        width: 466px;
    }

        .our_services_images img {
            height: 515px;
            width: 466px;
        }

    .our_services_text {
        margin-left: 90px;
        margin-bottom: 140px;
        height: 323px;
        width: 511px;
    }

        .our_services_text h1 {
            height: 152px;
            width: 490px;
            font-size: 1.853125rem;
            line-height: 45px;
        }

        .our_services_text span {
            font-size: 3rem;
            font-weight: 700;
            line-height: 45px;
        }

        .our_services_text li {
            font-size: 1.125rem;
        }
}

@media (min-width: 2000px) {
    .our_services {
        height: 1111px;
    }

    .our_services_images {
        height: 1006px;
        width: 982px;
    }

        .our_services_images img {
            height: 1006px;
            width: 982px;
        }

    .our_services_text {
        margin-left: 40px;
        margin-bottom: 180px;
        height: 494px;
        width: 830px;
    }

        .our_services_text h1 {
            height: 242px;
            width: 830px;
            font-size: 3.5rem;
            line-height: 90px;
            margin-bottom: 50px;
        }

        .our_services_text span {
            font-size: 5.25rem;
            font-weight: 400;
            line-height: 37.5px;
        }

        .our_services_text li {
            font-size: 1.25rem;
        }

        .our_services_text button {
            width: 280px;
            height: 57px;
            top: 672px;
            left: 985px;
            gap: 0px;
            margin-top: 50px;
            font-size: 1rem;
            line-height: 21.79px;
        }
}
