/** Welcome Section */
.about-section {
    padding: 50px 0 0;
}

.about-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about-section .about-left {
    width: 50%;
}
.about-section .about-left .about-content {
    max-width: 450px;
}

.about-section .about-left h1{
    font-size: 55px;
    letter-spacing: 0.03em;
    line-height: 1.2;
}
.about-section .about-right {
    width: 50%;
	display: flex;
}

.about-section .about-left h1 span {
    color:#DA1F39;
}

.about-section .about-left .read-more {
    margin-top: 20px;
}

@media (max-width:992px) {
    .about-section .about-left h1{
        font-size: 35px;
    }
    .about-section {
      padding: 0;
    }
}

@media (max-width:640px) {
    .about-section .about-left{
        width: 100%;
        text-align: center;
    }

    .about-section .about-right {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
	.about-section .about-left .about-content {
	    max-width: 100%;
	}
}

@media (max-width:480px) {
}
