.vmg_content_sec{
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    position: relative;
}
.vmg_content_container{
    display: flex;
    width: 1120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}
.vmg_content_head h2{
    color: #0F1035;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0px;
}
.vmg_content_cmn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.vmg_content_cmn p{
    color: #3D3E4F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin: 0px;
        max-width: 100%;
}
.what-you-need-sec .vmg_content_head{
    text-align:center;
}
.what-you-need-sec .vmg_content_head p{
    font-weight: 500;
    color: #3D3E4F;
}
.what-you-need-sec .vmg_content_head h2 {
    text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    .vmg_content_container{
        width: 100%;
        padding:0px 80px;
        gap: 30px;
    }
    .vmg_content_cmn p {
        font-size: 16px;
        line-height: 30px;
    }
    .vmg_content_cmn {
        gap: 20px;
    }
    .vmg_content_sec {
        padding: 80px 0;
    }
    .vmg_content_head h2 {
        font-size: 27px;
        line-height: 40px;
    }
    .home-garage-blog .vmg_explore_head h2 {
        margin-bottom: 0;
        font-size: 27px;
        line-height: 40px;
    }

}
@media screen and (max-width: 767px) and (min-width: 320px){
    .vmg_content_container{
        width: 100%;
        padding:0px 30px;
        gap: 30px;
    }
    .vmg_content_cmn p {
        font-size: 16px;
        line-height: 30px;
        padding: 0px;
    }
    .vmg_content_cmn {
        gap: 20px;
    }
    .vmg_content_sec {
        padding: 80px 0;
    }
    .vmg_content_head h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .vmg_content_head p{
        padding: 0px 0px;
    }
}