#why-us {
    height: 100vh;
    background-color: rgba(0, 122, 55, 0.8);
}

.why-us-container {
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: center;
    width: 100%;
}

.why-us-box-height {
    height: calc(100vh / 2);
}

.why-us-container i {
    color: white;
    font-size: 48px;
}

.why-us-box-1-2-container {
    display:flex;
    flex-direction: column;
}

.why-us-box-3 {
    flex: 1;
}

.why-us-box-1 {
    background-color: rgb(3, 92, 62);
}

.why-us-box-2 {
    background-color: white;
    color: black;
}

.why-us-box-2 i {
    color: black;
}

.why-us-box-4 {
    padding: 10px;
    background-color: white;
    color: black;
}

.why-us-box-4>* {
    padding: 12px 4px;
}

.why-us-box-4 h1 {
    font-size: 36px;
    font-weight: lighter;
}

.why-us-box-4 h1 span {
    font-size: 42px;
    font-weight: bold;
}

.why-us-box-4>* {
    text-align: right;
    right: 0px;
}

.why-us-box-5 {
    background-color: rgb(3, 92, 62);
}

.why-us-box-6 {
    background-color: rgb(5, 5, 5);
}

.why-us-box-style {
    padding: 10px;
}

.why-us-box-style>* {
    padding: 14px 8px;
}

.why-us-box-3 img {
    /* width: 550px; */
    height: 100vh;
    object-fit: cover;
}

.why-us-box-4-56-container {
    display: flex;
    flex-direction: column;
}

.why-us-box-5-6-container {
    display: flex;
    flex-direction: row;
}

@media (max-width:820px){
    #why-us{
        height:auto;
    }
    .why-us-container{
        flex-direction: column;
    }
    .why-us-box-1-2-container{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
}
