html, body{margin:0;padding:0;box-sizing: border-box;}
section{ position: relative;}
.para{text-align: justify;}

.section-1 .first-row h1{font-size: 24px;text-transform: uppercase;font-weight:600;
    position: relative;padding-bottom: 20px;margin-bottom: 30px;}
.section-1 .first-row h1::before{content: '';width: 40px;height: 3px;background:#B12D30;
    position: absolute;top: 100%;left: 50%;transform: translate(-50%, -50%);}

.section-1 .second-row .right-col .title1 h3{font-size: 20px;text-transform: uppercase;
    font-weight: 600;padding: 24px 0px 12px;}
.section-1 .second-row .right-col .content-social a i{font-size: 18px;background: #b12d30;
    color: white;width: 33px;height: 33px;padding-top: 7px;border-radius: 5px;margin:3px;}
.section-1 .second-row .right-col .image-box img{max-width:100%;}