.awe_intro img {
    width: 85%;
    height: 65vh;
    object-fit: cover;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}

section {
    min-height: 60vh;
}

.awe_sec1{
    background-color: #efefef;
}

.awe_sec ul, .awe_sec1 ul {
    text-align: left;
}
.awe_sec, .awe_sec1 {
    text-align: center;
}



.awe_sec .container, .awe_sec1 .container {
    width: 50%;
}

@media (max-width: 992px) {
    .awe_sec .container, .awe_sec1 .container {
        width: 100%;
    }
}