.content-section .content img{
    border-radius: 6px;
    width: 100%;
}

.content-section .content .embed-responsive iframe{
    border-radius: 6px;
}

.content-section .content h4{
    font-weight: 600;
    font-size: 1.4rem;
    color: #190C0C;
}

.content-section .content p{
    font-size: 1rem;
    font-weight: 600;
    color: #3B3E41;
    line-height: 1.7rem;
}

.content-section .content .tool-options .gutter{
    padding: 10px;
}

.content-section .content .tool-options .gutter .box{
    height: 25vh;
    border-radius: 8px;
    background-color: white;
}

.content-section .content .tool-options .gutter .box p{
    margin-bottom: 0;
    text-indent: 0;
    color: #707070;
    font-weight: 600;
}

.content-section .content .tool-options .gutter .box .img-size{
    width: 40%;
}

.content-section .content .container .accordion .card .card-header .title label{
    color: #707070;
    font-size: 1rem;
}

.content-section .content .container .accordion .card .show .card-body{
    color: #707070;
}

@media only screen and (max-width: 575px){
    .content-section .content{
        padding-top: 2rem;
    }

    .content-section .content p{
        line-height: 1.3rem;
        font-size: 0.8rem;
        text-align: justify;
    }

    .content-section .content .tool-options .gutter .box .img-size{
        width: 30%;
    }

    .content-section .content .tool-options .gutter .box p{
        text-indent: 0;
        font-weight: 700;
    }
}

