
.hero {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 80px;
}

.hero h1 {
    font-size: 56px;
    line-height: 70px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #0b0b0b;
}

.hero p {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    color: rgba(11, 11, 11, 0.7);
    max-width: 599px;
    margin: 0 auto;
}

.asset-protection {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #fff;
}

.asset-protection .service-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.asset-protection .service-flex .left {
    max-width: 522px;
}

.asset-protection .service-flex .left h2 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 600;
    color: #0b0b0b;
}

.asset-protection .service-flex .left p {
    font-size: 16px;
    margin: 0 0 20px;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.asset-protection .service-flex .left li {
    font-size: 16px;
    margin: 0;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.asset-protection .service-flex .right {
    min-width: 50%;
}

.asset-protection .service-flex .right img {
    border-radius: 20px;
    width: 100%;
}

.maintenance {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f2f2f2;
}

.distribution {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f2f2f2;
}

.maintenance .service-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.maintenance .service-flex .left {
    min-width: 40%;
}

.maintenance .service-flex .left img {
    border-radius: 20px;
    width: 100%;
}

.maintenance .service-flex .right {
    max-width: 630px;
}

.maintenance .service-flex .right h2 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 600;
    color: #0b0b0b;
}

.maintenance .service-flex .right p {
    font-size: 16px;
    margin: 0 0 20px;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.maintenance .service-flex .right li {
    font-size: 16px;
    margin: 0;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.distribution .service-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.distribution .service-flex .left {
    min-width: 40%;
}

.distribution .service-flex .left img {
    border-radius: 20px;
    width: 100%;
}

.distribution .service-flex .right {
    max-width: 630px;
}

.distribution .service-flex .right h2 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 600;
    color: #0b0b0b;
}

.distribution .service-flex .right p {
    font-size: 16px;
    margin: 0 0 20px;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.distribution .service-flex .right li {
    font-size: 16px;
    margin: 0;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.drone-inspection {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.drone-inspection .service-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.drone-inspection .service-flex .left {
    max-width: 522px;
}

.drone-inspection .service-flex .left h2 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 600;
    color: #0b0b0b;
}

.drone-inspection .service-flex .left p {
    font-size: 16px;
    margin: 0 0 20px;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.drone-inspection .service-flex .left li {
    font-size: 16px;
    margin: 0;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.drone-inspection .service-flex .right {
    min-width: 50%;
}

.drone-inspection .service-flex .right img {
    border-radius: 20px;
    width: 100%;
}

.gas-distribution {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f2f2f2;
}

.gas-distribution .gas-distribution-wrapper {
    text-align: center;
    max-width: 736px;
    margin: 0 auto;
}

.gas-distribution .gas-distribution-wrapper h2 {
    margin: 0;
    font-size: 46px;
    font-weight: 600;
    color: #0b0b0b;
}

.gas-distribution .gas-distribution-wrapper p {
    font-size: 16px;
    margin: 20px 0 30px;
    color: rgba(11, 11, 11, 0.7);
    font-weight: 400;
}

.gas-distribution .gas-distribution-wrapper button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    background-color: #F1BD1F;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all linear 250ms;
}

.gas-distribution .gas-distribution-wrapper button:hover {
    box-shadow: inset 0px 0px 0px 1px #F1BD1F;
    background-color: #fff;
    color: #F1BD1F;
}


.yellow {
    color: #F1BD1F;
}

.distribution .container .service-flex .right .read-more {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(11, 11, 11, 0.7);
}

.distribution .container .service-flex .right .read-more p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    transition: all ease-in 300ms;
}

.distribution .container .service-flex .right .read-more img {
    transition: all ease-in 300ms;
}


@media screen and (max-width: 1100px) {
    .hero h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .asset-protection .service-flex {
        align-items: start;
        flex-direction: column;
    }

    .asset-protection .service-flex .left {
        max-width: 100%;
    }

    .asset-protection .service-flex .right {
        min-width: 100%;
        height: 400px;
    }

    .asset-protection .service-flex .right img {
        border-radius: 15px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .maintenance .service-flex {
        align-items: start;
        flex-direction: column;
    }

    .maintenance .service-flex .left {
        min-width: 100%;
        height: 400px;
        order: 2;
    }

    .maintenance .service-flex .left img {
        border-radius: 15px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .maintenance .service-flex .right {
        max-width: 100%;
    }

    .distribution .service-flex {
        align-items: start;
        flex-direction: column;
    }

    .distribution .service-flex .left {
        min-width: 100%;
        height: 400px;
        order: 2;
    }

    .distribution .service-flex .left img {
        border-radius: 15px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .distribution .service-flex .right {
        max-width: 100%;
    }

    .drone-inspection .service-flex {
        align-items: start;
        flex-direction: column;
    }

    .drone-inspection .service-flex .left {
        max-width: 100%;
    }

    .drone-inspection .service-flex .right {
        min-width: 100%;
        height: 400px;
    }

    .drone-inspection .service-flex .right img {
        border-radius: 15px;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}

@media screen and (max-width: 869px) {
    .hero h1 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .hero p {
        font-size: 14px;
    }

    .asset-protection .service-flex .left h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .asset-protection .service-flex .left p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .asset-protection .service-flex .left li {
        font-size: 14px;
    }

    .asset-protection .service-flex {
        gap: 40px;
    }

    .asset-protection .service-flex .right img {
        border-radius: 10px;
    }

    .maintenance .service-flex .right h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .maintenance .service-flex .right p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .maintenance .service-flex .right li {
        font-size: 14px;
    }

    .maintenance .service-flex {
        gap: 40px;
    }

    .maintenance .service-flex .left img {
        border-radius: 10px;
    }

    .distribution .service-flex .right h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .distribution .service-flex .right p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .distribution .service-flex .right li {
        font-size: 14px;
    }

    .distribution .service-flex {
        gap: 40px;
    }

    .distribution .service-flex .left img {
        border-radius: 10px;
    }

    .drone-inspection .service-flex .left h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .drone-inspection .service-flex .left p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .drone-inspection .service-flex .left li {
        font-size: 14px;
    }

    .drone-inspection .service-flex {
        gap: 40px;
    }

    .drone-inspection .service-flex .right img {
        border-radius: 10px;
    }

    .gas-distribution .gas-distribution-wrapper h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .gas-distribution .gas-distribution-wrapper p {
        font-size: 14px;
        margin: 15px 0 20px;
    }

    .gas-distribution .gas-distribution-wrapper button {
        font-size: 16px;
        padding: 14px 34px;
    }
}

@media screen and (max-width: 450px) {
    .hero {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .asset-protection {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .maintenance {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .distribution {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .drone-inspection {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .gas-distribution {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .asset-protection .service-flex .right {
        height: 350px;
    }

    .maintenance .service-flex .left {
        height: 350px;
    }

    .drone-inspection .service-flex .right {
        height: 350px;
    }
}