@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

p {
	font-family: "Inter", sans-serif;
}

.section_one,
.section_two,
.sec_five_inner_col_1,
.about_img_div {
    position: relative;
}


.section_one::after,
.section_two::after,
.section_two::before,
.sec_five_inner_col_1::after,
.sec_five_inner_col_1::before,
.about_img_div::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.section_one::after {
    bottom: 0;
    right: 190px;
    width: 800px;
    height: 400px;
    background-image: url("../images/sec_3.png");
}

.section_two::after {
	bottom: 0;
    left: 0;
    width: 213px;
    height: 301px;
    background-image: url("../images/sec_2.png");
}

.section_two::before {
	top: 0;
    right: 0;
    width: 213px;
    height: 213px;
    background-image: url("../images/sec_1.png");
}

.sec_five_inner_col_1::after {
	top: 0;
    left: 0;
    width: 405px;
    height: 203px;
    background-image: url("../images/sec_5.png");
}

.sec_five_inner_col_1::before {
	bottom: 0;
    right: 0;
    width: 480px;
    height: 240px;
    background-image: url("../images/sec_4.png");
}
