.sample_req {margin-bottom: 90px;}
.sample_req .wrapper {background-color: #FCFBF7;border-radius: 50px;display: flex;gap: 35px;padding-block: 26px;padding-inline: 50px 30px;align-items: center;}
.sample_req .wrapper > img {height: 280px;width: 428px;object-fit: cover;}
.sample_req .wrapper > div h2 {color: #282828;font-size: 36px;font-weight: 600;margin-bottom: 8px;}
.sample_req .wrapper > div p {max-width: 687px;color: #5A5A63;font-size: 18px;line-height: 26px;margin-bottom: 20px;}
.sample_req .wrapper > div a {background-color: #282828;color: #fff;max-width: 223px;height: 55px;line-height: 55px;border-radius: 3px;font-weight: 600;font-size: 18px;width: 100%;text-align: center;}
@media only screen and (max-width:991px) {
    .sample_req .wrapper > img {width: 325px;height: 212px;}
    .sample_req .wrapper > div h2 {font-size: 30px;}
    .sample_req .wrapper > div p {font-size: 16px;}
    .sample_req .wrapper > div a {font-size: 16px;}
}
@media only screen and (max-width:767px) {
    .sample_req .wrapper {flex-direction: column;}
    .sample_req .wrapper > div h2 {font-size: 26px;}
}