.sthree{
    display: flex;
    flex-direction: column;
    margin: 10vh 3vw;
    align-items: center;
}

.sthree .container{
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 500px;
    gap: 4vw;
    background-color: #2D3638;
    border-radius: 30px 30px 0px 0px;
    width: 1400px;
    padding-top: 10vh;

}

.sthree .container .containerLinks{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    align-items: flex-end;
    margin-left: 6vw;
    padding-right: 0;
}
.sthree .container .containerRechts{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    width: 50%;
    gap: 17px;
    padding: 8vh 9vw 9vh 0;
}

.sthree .container img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center;
    max-height: 550px;
}

/*Container2*/
.sthree .container2{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    min-height: 200px;
    max-width: 1400px;
    background-color: #2D3638;
    border-radius: 0 0 30px 30px;
    padding:0;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vh;
    
}
.sthree .container2 .buttonstyle{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border: 0.5px solid #f39201;
    border-radius: 12px;
    text-transform: uppercase;
}
.sthree .container2 .containerLinks{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
    margin-left: 2vw;
}
.sthree .container2 .containerRechts{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    padding: 0;
}
.sthree .container2 .iconBox{
    display: flex;
    flex-direction: row;
    background-color: #20282A;
    border: 0.7px solid #20282A;
    padding: 20px 30px 20px 30px;
    width: 190px;
    align-items: center;
    border-radius: 10px;
    transition: border 0.5s ease;
    justify-content: center;
    
}
.sthree .container2 .iconBox:hover{
    border-color: #f39201;
}
.sthree .container2 .iconBox p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: white;
}
 .sthree .container2 .iconBox .icon{
    color: #f39201;
    font-size: 40px;
    padding-right: 30px ;


}
.icon-heading {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 17px;
    padding-bottom: 3px;
}
i.bx.bx-check {
    font-size: 24px;
    font-weight: bold;
}

.sthree .container .containerRechts p{
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 1050px){
    p.box-icon-heading {
        padding: 0 30px;
    }
    .icon-heading {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 17px;
        padding-bottom: 3px;
        justify-content: center;
    }
    .sthree{
        display: flex;
        flex-direction: column;
        margin: 10vh 2vw;
        padding:3px;
        align-items: center;
    }
    
    .sthree .container{
        display: flex;
        flex-direction: column;
        background-color: #2D3638;
        border-radius: 30px 30px 0px 0px;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 2vw;
        margin: 0;
    }
    
    .sthree .container .containerLinks{
        position: relative;
        display: flex;
        flex-direction: column;
        width: 90vw;
        align-items: center;
        justify-content: center;
        padding: 2vw;
        margin: 3vh 0 0 0;        
    }
    .sthree .container .containerRechts{
        position: relative;
        display: flex;
        flex-direction: column;
        color: white;
        gap: 30px;
        width: 90vw;
        padding: 0;
        margin-bottom: 95px;
    }
    .sthree .container img{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    
    /*Container2*/


    .sthree .container2{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    min-height: 200px;
    background-color: #2D3638;
    border-radius: 0 0 30px 30px;
    width: 100%;
    margin-right: 0;
    align-items: center;
    padding: 0vh 2vw;
    margin: 0vh 2vw;
}
.sthree .container2 .containerLinks{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 0;
    align-items: center;
    margin: 0;
    
}
.sthree .container2 .containerRechts{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    padding: 0;
    margin: 2vh 0;
}
.sthree .container2 .iconBox{
    display: flex;
    flex-direction: column;
    background-color: #20282A;
    border: 0.7px solid #20282A;
    padding: 10px;
    width: 38vw;
    height: auto;
    gap: 3vw;
    border-radius: 10px;
    transition: border 0.5s ease;
    align-items: center;
    text-align: center;
}
.sthree .container2 .iconBox:hover{
    border-color: #f39201;
}
.sthree .container2 .iconBox p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}
.sthree .container2 .iconBox .icon{
    color: #f39201;
    font-size: 35px;
    padding: 0;
}
}

@media (max-width: 400px){
    .sthree .container2 .iconBox {
        display: flex;
        flex-direction: column;
        background-color: #20282A;
        border: 0.7px solid #20282A;
        padding: 10px;
        width: 135px;
        height: auto;
        gap: 3vw;
        border-radius: 10px;
        transition: border 0.5s ease;
        align-items: center;
        text-align: center;
    }
}