.company {
    background-color: #107aaf;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.apresentacao-company {
    color: #000000;
    display: flex;
    text-align: justify;
    background-color: rgb(247, 247, 247);
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 3rem;
    padding: 3vw;
    width: 60vw;
    height: 60vh;
    /* gap: 30px; */
    box-shadow: 0px 0px 90px -5px #09384d;
}

.apresentacao-company h1 {
    font-weight: 600;
    font-size: 2.5rem;
}

.apresentacao-company h3 {
    text-align: center;
}

.apresentacao-company p {
    font-weight: 400;
    font-size: 1rem;
}

.title_text {
    display: flex;
    align-items: end;
    font-size: 4rem;
}

.sobre-mim {
    width: 100%;
    display: grid;
    justify-content: space-around;
    align-items: center;
    grid-template-areas: "title title" "description skills";
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    height: auto;
    padding-left: 10rem;
    background-color: #cdd1d4;

    justify-content: space-around;
    align-items: center;
}

.description {
    grid-area: description;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.description__title {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.description__text {
    font-size: 4rem;
    width: 100%;
    line-height: 150%;
}

.skills {
    grid-area: skills;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.skills__title {
    font-size: 48px;
    color: var(--primary-color);
}

.img__container {
    display: flex;
    width: 50vw;
    justify-content: space-around;
}

.img__icon {
    width: 110px;
    height: 110px;
    background-color: var(--icon-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 50px;
}

.img__icon i {
    font-size: 2.5rem;
    background-color: red;
}

.img__icon span {
    font-weight: 500;
    background-color: #000000;
}

.imagemEmpresa {
    height: 11vh;
    width: auto;
}
