.cooperation {
    padding-top: 30px;
    margin: auto;
    width: 90%;
    padding: 60px 5% 10px 5%;
    display: flex;
    justify-content: space-between;
}

.cooperation_left {
    width: 30%;
    padding: 25% 0; 
}

.cooperation_left h1 {
    color: #2BC3AC;
}

.cooperation_left h4 {
    color: #2BC3AC;
}

.cooperation_left p:nth-child(2) {
    border: 1px solid #2BC3AC;
    height: 0px;
    width: 10%;
    margin: 10px 0 30px 0;
}

.cooperation_left p:nth-child(4) {
    color: darkgrey;
    margin: 30px 0 50px;
}

.cooperation_left span {
    background-color: #E3F6F4;
    margin-top: 20px;
    padding: 15px 50px;
    border-radius: 30px;
    color: #2BC3AC;
    font-weight: bold;
}

.cooperation_right {
    width: 62%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
}

.cooperation_one {
    width: 45%;
}

.cooperation_one img:nth-child(1) {
    position: relative;
    top: 7.5%;
    right: -8%;
    width: 100%;
}

.cooperation_one img:nth-child(2) {
    position: relative;
    top: 15%;
    right: -8%;
    width: 100%;
}

.cooperation_one img:nth-child(3) {
    position: relative;
    top: 25.5%;
    right: -8%;
    width: 100%;
}

.cooperation_one div:nth-child(4) {
    position: relative;
    top: -41.5%;
    color: #2BC3AC;
}

.cooperation_one div:nth-child(5) {
    position: relative;
    top: -30%;
    color: #2BC3AC;
}

.cooperation_one div:nth-child(6) {
    position: relative;
    top: -15.5%;
    color: #2BC3AC;
}

.cooperation_one div:nth-child(4) h1,
.cooperation_one div:nth-child(5) h1,
.cooperation_one div:nth-child(6) h1 {
    margin: 0 14%;
}

.cooperation_one div:nth-child(4) h4,
.cooperation_one div:nth-child(5) h4,
.cooperation_one div:nth-child(6) h4 {
    margin: 0 28%;
}

.cooperation_one div:nth-child(4) p,
.cooperation_one div:nth-child(5) p,
.cooperation_one div:nth-child(6) p {
    margin:0 8% 0 28%;
    font-size: 1rem;
}

.cooperation_two {
    width: 10%;
}

.cooperation_two img {
    width: 100%;
}

.cooperation_three {
    width: 45%;
}

.cooperation_three img:nth-child(1) {
    position: relative;
    top: 18.5%;
    left: -8%;
    width: 100%;
}

.cooperation_three img:nth-child(2) {
    position: relative;
    top: 27%;
    left: -8%;
    width: 100%;
}

.cooperation_three img:nth-child(3) {
    position: relative;
    top: 37.5%;
    left: -8%;
    width: 100%;
}
.cooperation_three div:nth-child(4) {
    position: relative;
    top: -31.5%;
    color: #2BC3AC;
}

.cooperation_three div:nth-child(5) {
    position: relative;
    top: -18.5%;
    color: #2BC3AC;
}

.cooperation_three div:nth-child(6) {
    position: relative;
    top: -3.5%;
    color: #2BC3AC;
}

.cooperation_three div:nth-child(4) h1,
.cooperation_three div:nth-child(5) h1,
.cooperation_three div:nth-child(6) h1 {
    text-align: right;
    margin: 0 14%;
}

.cooperation_three div:nth-child(4) h4,
.cooperation_three div:nth-child(5) h4,
.cooperation_three div:nth-child(6) h4 {
    margin: 0 10%;
}

.cooperation_three div:nth-child(4) p,
.cooperation_three div:nth-child(5) p,
.cooperation_three div:nth-child(6) p {
    margin:0 28% 0 10%;
    font-size: 0.5rem;
}