.driver_refresher_area{
    background-color: #F3F3F3;
    padding: 50px 0;
    .d_content{
        p{
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 20px;
        }
    }
    .d-img{
        width: 100%;
        height: auto;
        margin-right: 15px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .button {
        background-color: $secondColor;
        border-radius: 10px;
        color: white;
        padding: 10px 25px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        width: 320px;
        margin-top: 30px;
        margin-left: 520px;
      }
}