

.txt1{
    text-align:center;
}

.about-section{
	position:relative;
	padding:20px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #d7a449;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}

.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}\

/* Mobile responsive styles */
@media (max-width: 768px) {

    /* Adjust padding and margin for smaller screens */
    .about-section {
        padding: 20px 10px;
    }

    .about-section .content-column .inner-column {
        padding-right: 50px;
    }

    .about-section .content-column .text {
        font-size: 16px; /* Reduce font size */
        line-height: 1.8em; /* Adjust line-height */
    }

    .about-section .image-column .inner-column {
        padding: 20px 20px 0px 20px; /* Adjust padding */
        margin-left: 0px; /* Remove margin */
    }

    .about-section .image-column .inner-column:after {
        left: 20px; /* Adjust left position */
        right: 20px; /* Adjust right position */
        bottom: 50px; /* Adjust bottom position */
    }

    .about-section .image-column .inner-column .image:before {
        left: -20px; /* Adjust left position */
        bottom: -20px; /* Adjust bottom position */
        width: 200px; /* Adjust width */
        height: 200px; /* Adjust height */
    }

    .about-section .image-column .inner-column .image .overlay-box .year-box {
        font-size: 20px; /* Adjust font size */
        padding-left: 100px; /* Adjust padding */
    }

    .about-section .image-column .inner-column .image .overlay-box .year-box .number {
        font-size: 50px; /* Adjust number font size */
        width: 80px; /* Adjust width */
        height: 80px; /* Adjust height */
        line-height: 80px; /* Adjust line height */
    }

    .sec-title .title {
        font-size: 16px; /* Adjust font size */
        padding-right: 20px; /* Adjust padding */
    }

    .sec-title .title:before {
        width: 30px; /* Adjust width */
    }
}

/* Mobile-first styles for smaller screens (<=480px) */
@media (max-width: 480px) {

    .about-section {
        padding: 15px 5px; /* Adjust padding */
    }

    .about-section .content-column .inner-column {
        padding-right: 20px; /* Adjust padding */
    }

    .about-section .content-column .text {
        font-size: 16px; /* Reduce font size */
        line-height: 1.6em; /* Adjust line-height */
    }

    .about-section .image-column .inner-column {
        padding: 15px 15px 0px 15px; /* Adjust padding */
        margin-left: 0px; /* Remove margin */
    }

    .about-section .image-column .inner-column .image:before {
        width: 150px; /* Adjust width */
        height: 150px; /* Adjust height */
    }

    .about-section .image-column .inner-column .image .overlay-box .year-box {
        font-size: 18px; /* Adjust font size */
        padding-left: 80px; /* Adjust padding */
    }

    .about-section .image-column .inner-column .image .overlay-box .year-box .number {
        font-size: 40px; /* Adjust number font size */
        width: 70px; /* Adjust width */
        height: 70px; /* Adjust height */
        line-height: 70px; /* Adjust line height */
    }

    .sec-title .title {
        font-size: 14px; /* Adjust font size */
        padding-right: 15px; /* Adjust padding */
    }

    .sec-title .title:before {
        width: 25px; /* Adjust width */
    }
}
