.about-container {
    display: flex;
    position: absolute;
    top: 15%;
}
.about-center-text {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 200px;
    margin-bottom: 100px;
}
.about-container-item {
    width: 50%;
}
.about-container-item:first-child {
    position: relative;
    top: 80px;
    left: 15%;
}
.about-container-item img {
    position: relative;
    width: 70%;
    border-radius: 20px;
}
.about-container-item h1 {
    width: 40%;
    color: #5aae00;
    margin: 10px 0;
}
.about-container-item h3 {
    width: 40%;
    margin: 10px 0;
}
.about-container-item p {
    width: 50%;
}
.about-team {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.about-team h2 {
    margin: 20px 0;
}
.about-team-box {
    display: inline-grid;
    border: 1px solid #9399a2;
    border-radius: 35px;
    height: 750px;
    width: 500px;
    background: white;
    border-bottom: 3px solid #5aae00;
    margin: 50px 10px;
}
.about-team-box .image {
    height: 0;
}
.about-text {
    position: relative;
    top: 40%;
}
.about-text h3 {
    margin: 10px 0;
}
.about-team h5 {
    text-transform: uppercase;
    margin: 10px 0;
}
.about-text p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.about-team-box .image img {
    width: 100%;
    border-radius: 35px 35px 0 0;
}
.about-team-box .about-text {
    position: relative;
    display: inline-grid;
    height: 0;
    top: 130px;
}
.about-team h2 {
    text-align: center;
}
.about-team h4 {
    text-align: center;
}
.background {
    top: -500px !important;
}
.quot-btn {
    top: 150px !important;
}
@media (max-width: 320px) {
    .about-container {
        top: 100px;
        position: relative;
        width: 100%;
        display: inline-grid;
    }
    .about-container-item {
        width: 100%;
    }
    .about-container-item h3 {
        width: 80%;
    }
    .about-container-item p {
        width: 90%;
    }
    .about-container-item img {
        width: 90%;
        top: 20px;
        left: 5%;
        position: relative;
    }
    .about-container-item:first-child {
        left: 5%;
        top: 0px;
        width: 90%;
    }
    .about-center-text {
        width: 90%;
    }
    .about-team {
        position: relative;
        top: 150px;
        margin-bottom: 100px;
        width: 100%;
    }
    .about-team-box {
        height: 680px;
        width: 290px;
        margin: 20px 10px;
    }
    .about-team-box .about-text {
        top: -60px;
    }
}
@media (min-width: 321px) and (max-width: 375px) {
    .about-container {
        top: 100px;
        position: relative;
        width: 100%;
        display: inline-grid;
    }
    .about-container-item {
        width: 100%;
    }
    .about-container-item h3 {
        width: 80%;
    }
    .about-container-item p {
        width: 90%;
    }
    .about-container-item img {
        width: 90%;
        top: 20px;
        left: 5%;
        position: relative;
    }
    .about-container-item:first-child {
        left: 5%;
        top: 0px;
        width: 90%;
    }
    .about-center-text {
        width: 90%;
    }
    .about-team {
        position: relative;
        top: 150px;
        margin-bottom: 100px;
        width: 100%;
    }
    .about-team-box {
        height: 680px;
        width: 300px;
        margin: 20px 10px;
    }
    .about-team-box .about-text {
        top: -50px;
    }
}
@media (min-width: 376px) and (max-width: 480px) {
    .about-container {
        top: 100px;
        position: relative;
        width: 100%;
        display: inline-grid;
    }
    .about-container-item {
        width: 100%;
    }
    .about-container-item h3 {
        width: 80%;
    }
    .about-container-item p {
        width: 90%;
    }
    .about-container-item img {
        width: 90%;
        top: 20px;
        left: 5%;
        position: relative;
    }
    .about-container-item:first-child {
        left: 5%;
        top: 0px;
        width: 90%;
    }
    .about-center-text {
        width: 90%;
    }
    .about-team {
        position: relative;
        top: 150px;
        margin-bottom: 100px;
        width: 100%;
    }
    .about-team-box {
        height: 680px;
        width: 300px;
        margin: 20px 10px;
    }
    .about-team-box .about-text {
        top: -50px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .about-container {
        top: 100px;
        position: relative;
        width: 100%;
        display: inline-grid;
    }
    .about-container-item {
        width: 100%;
    }
    .about-container-item h3 {
        width: 80%;
    }
    .about-container-item p {
        width: 90%;
    }
    .about-container-item img {
        width: 80%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .about-container-item:first-child {
        left: 10%;
        top: 0px;
        width: 90%;
    }
    .about-center-text {
        width: 80%;
    }
    .about-team {
        position: relative;
        top: 150px;
        margin-bottom: 100px;
        width: 100%;
    }
    .about-team-box {
        height: 680px;
        width: 300px;
    }
    .about-team-box .about-text {
        top: -50px;
    }
}
@media (min-width: 769px) and (max-width: 990px) {
    .about-container {
        top: 100px;
        position: relative;
    }
    .about-container-item h3 {
        width: 80%;
    }
    .about-container-item p {
        width: 70%;
    }
    .about-container-item img {
        width: 80%;
    }
    .about-container-item:first-child {
        left: 10%;
        top: 20px;
    }
    .about-center-text {
        width: 70%;
    }
    .about-team {
        position: relative;
        top: 150px;
        margin-bottom: 200px;
        width: 100%;
    }
    .about-team-box {
        height: 700px;
        width: 350px;
    }
    .about-team-box .about-text {
        top: -10px;
    }    
}
@media (min-width: 991px) and (max-width: 1400px) {
    .about-container {
        top: 100px;
        position: relative;
    }
    .about-container-item h3 {
        width: 70%;
    }
    .about-container-item p {
        width: 70%;
    }
    .about-container-item img {
        left: 10%;
    }
    .about-container-item:first-child {
        left: 10%;
        top: 100px;
    }
    .about-team {
        position: relative;
        top: 150px;
        margin-bottom: 200px;
        width: 80%;
    }
    .about-team-box {
        height: 700px;
        width: 350px;
    }
    .about-team-box .about-text {
        top: -10px;
    }    
}
@media (min-width: 1401px) and (max-width: 1920px) {
    .about-container {
        top: 150px;
        position: relative;
    }
    .about-container-item:first-child {
        left: 15%;
        top: 100px;
    }
    .about-container-item img {
        width: 60%;
        left: 10%;
    }
    .about-team {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
        width: 65%;
    }
    .about-team-box {
        height: 780px;
        width: 400px;
    }
    .about-team-box .about-text {
        top: 0px;
    }  
}
@media (min-width: 1921px) {
    .about-container {
        top: 150px;
        position: relative;
    }
    .about-center-text {
        width: 40%;
        top: 200px;
        margin-bottom: 100px;
    }
    .about-container-item:first-child {
        left: 20%;
        top: 150px;
    }
    .about-container-item img {
        width: 60%;
        left: 0%;
    }
    .about-team {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
        width: 90%;
    }
    .about-team-box {
        height: 780px;
        width: 400px;
    }
    .about-team-box .about-text {
        top: 0px;
    }
}