.service-body {
    font-family: 'Inter';
    display: flex;
    justify-content: center;
}

.service-container {
    width: 45vw;
}

.service-wrapper {
    border: 15px solid #125ad0;
    min-width: unset;
    max-width: unset;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 70%;
    }
}

.form-control {
    background-color: #fff;
    border-radius: 15px;
}

@media screen and (max-width: 2560px) {
    .service-container {
        width: 35vw;
    }
}
@media screen and (max-width: 1440px) {
    .service-container {
        width: 50vw;
    }
}
@media screen and (max-width: 1024px) {
    .service-container {
        width: 60vw;
    }
    .triangle {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 768px) {
    .service-container {
        width: 80vw;
    }
    .col-lg-6 {
        flex: 0 0 85%;
    }
}

@media screen and (max-width: 425px) {
    .service-container {
        width: 85vw;
    }
    .col-lg-6 {
        flex: 0 0 85%;
    }
}

@media screen and (max-width: 320px) {
    .service-container {
        width: 80vw;
    }
    .col-lg-6 {
        flex: 0 0 85%;
    }
    .triangle {
        width: 20px;
        height: 20px;
    }

}