.banner-part {
    float: left;
    width: 100%;
}
.bg1 {background: antiquewhite;}
.bg2 {background: aliceblue;}
.bg3 {background: antiquewhite;}
.bg4 {background: antiquewhite;}
.bg5 {background: antiquewhite;}
.call-btn {background-color: red;color: #fff;}
.wp-btn {background-color: green;color: #fff;}
.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.ts-row {
    row-gap: 15px;
}
.pl-20 {padding-left: 20px !important;}
.call-btn:focus, .call-btn:hover {
    color: #fff;
    text-decoration: underline;
    background-color: red !important;
}
.wp-btn:focus, .wp-btn:hover {
    color: #fff;
    text-decoration: underline;
    background-color: green !important;
}
.as_heading {
    font-weight: 600;
    color: darkred;
}