@import url(../../root.css);
/*===== ABOUT =====*/
.about__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.about__content .title {
    font-size: 2.188rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.about__content .subtitle {
    width: 90%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 25px;
    color: #626262;
}
.about__content .about__button {
    background-color: var(--violet-color);
    color: var(--white-color);
    padding: 20px;
    display: flex;
    width: 400px;
    border-radius: 3rem;
    margin-top: 3rem;
}
.about__content .about__button .button__icon {
    height: 60px;
}
.about__content .about__button .button__text {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    justify-content: center;
}
.about__content .about__button .button__text span:nth-child(1) {
    text-transform: uppercase;
    font-size: 1.563rem;
    font-weight: 700;
}
.about__content .about__button .button__text span:nth-child(2) {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.about__content .about__button .button__text span:nth-child(2) .button__arrow {
    padding-right: 10px;
}
.about__content .about__button .button__arrow {
    transform: rotate(180deg);
}
.about__img img {
    width: 100%;
    height: auto;
}


/*===== ABOUT_2 =====*/
.about2__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about2__img {
    display: flex;
    align-items: center;
}
.about2__img img {
    width: 100%;
    height: auto;
}
.about2__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 160px;
    background-color: var(--news-bg-color);
}
.about2__content .title {
    font-size: 2.188rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.about2__content .title img {
    padding-left: 20px;
}
.about2__content .subtitle {
    width: 80%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 25px;
    color: #626262;
}
