.about-us-title {
    color: #141B56;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 15px;
}

.about-us-content {
    color: #141B56;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 25px;
}

.about-us-text {
    color: #141B56;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.about-us-text p {
    margin-bottom: 27px;
}

.about-us-gutter {
    --bs-gutter-x: 3.5rem;
}

.image-container {
    position: relative;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    color: #FFF;
    padding: 0 0 10px 39px;
    text-align: left;
}

.overlay-text h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    font-family: "Roboto Condensed", sans-serif;
}

.overlay-text p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: "Urbanist", sans-serif;
}

.overlay-text p.founder{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: "Urbanist", sans-serif;
}

.vector {
    margin-bottom: 25px;
}

.image-container img{
	object-fit: cover;
}

@media (max-width: 991px){
	.about-us-gutter{
		 --bs-gutter-x: 1.5rem;
	}
}

@media (max-width: 467px) {
    .overlay-text{
        padding: 0 0 0 11px;
        font-size: 15px;
        line-height: 1.1;
    }

    .overlay-text h2{
        font-size: 33px;
    }

    .overlay-text p.founder{
        font-size: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .overlay-text{
        padding: 0 0 0 10px;
    }

    .overlay-text h2{
        font-size: 30px;
    }

    .overlay-text p.founder{
        font-size: 18px;
    }
}
