* {
    margin: 0px 0px;
    padding: 0px 0px;
    box-sizing: border-box;


}

.section {
    padding: 40px 0;
    width: 90%;
    margin: auto;
}

.section-one {
    display: flex;
    margin-bottom: 50px;

}

.section-one h1 {
    margin: 0 0;
}

.section-heading {
    font-weight: 700;
    padding-left: 30px;
    font-family: 'Josefin Sans', Arial, sans-serif;
    border-left: 7px grey solid;
    margin-bottom: 20px; 
    margin-right: 200px;
    line-height: 1.3;

}

.value-heading {
    margin-right: 0px;
    font-size: 14px;
}

.section-content {
    font-size: 18px;
    align-items: start;
    word-wrap: break-word;
    color:#5e5a5a;

}

.heading {
    border: none;
    margin-right: 0px;
    padding: 10px 0px;
    text-align: center;
    background-color: rgb(22,22,22);
    color:white;


}

.main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
    column-gap: 200px;

}



.container {
    flex: 1;

}

.choose-container {
   
    background-color: rgb(134, 123, 140, 0.1);
    column-gap: 20px;
    padding:50px;
    border:1px solid black;
    margin-bottom:0;
}

.icon {
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255);
    border:1px solid white;
    border-radius:50%;
    display:flex;
    justify-content: center;
    align-items: center;
    

}


.icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}




@media (max-width:960px) {
    .section-one {
        flex-direction: column;
    }

    .section-heading h1 br {
        display: none;
    }

    .section-heading {
        margin-right: 0;

    }

}

@media(max-width:768px) {
    .section-heading {
        font-size: 16px;
    }

}

@media(max-width:922px) {
    .main-container {
        column-gap: 100px;
    }

    .choose-container {
        column-gap: 20px;
    }

}

@media(max-width:740px) {
    .main-container {
        flex-direction: column;
        column-gap: 0px;
        row-gap: 60px;
    }
}

@media(max-width:500px){
  
    .section-heading h1 {
        font-size: 25px;
    }

    .section-content{
        font-size:16px;
    }
 
}