section.quote {
    background: #f5f5f5;
    padding: 50px 0;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
}
section.quote svg {
    position: absolute;
    bottom: -120px;
    fill: #9cc914;
}
section.quote img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.quotesstn {
    width: 90%;
    float: right;
    color: #000;
}
.chooseimg {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    border: dashed 2px #4a701c;
}
.quotesstn h3 {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
}
@media(max-width: 480px){
   .quotesstn {
    margin-top: 30px;
    text-align: center;
    width: 100%;
} 
}