style>
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.content p {
font-size: 22px;
}
div#custom_row {
display: grid;
grid-template-columns: 40% 60%;
}
.scroll_image {
position: sticky;
position: -webkit-sticky;
width: 100%;
top: 70px;
display: flex;
justify-content: center;
align-items: center;
}
.complete_section {
background: #FAFBFC;
padding: 8% 8%;
}
.content p {
text-align: left;
}
.first_heading h1 {
font-size: 60px;
margin-bottom:0px;
}
.first_heading h4 {
font-size: 17px !important;
}
.first_heading h3 {
font-size: 24px;
}
.content p {
font-size: 16px;
line-height: 31px;
}
.first_heading {
border-bottom: 1px solid black;
}
.second_heading h5
{
font-size: 17px;
font-weight: 600;
}
.second_heading h3 {
font-size: 24px;
}
.second_heading {
border-bottom: 1px solid black;
padding: 29px 0px 10px;
margin-bottom: 44px;
}
@media (max-width:767px)
{
div#custom_row {
display: block !important;
}
.first_heading h1 {
font-size: 40px !important;
margin-bottom: 10px !important;
}
}
