﻿.img-r-about-home a img {
    display: block;
    width: 100%;
    height: 675px;
    border-radius: 300px 300px 0px 0px;
    overflow: hidden;
    transition: all .3s;
}

.content-about-home {
    display: flex;
}

.left-about-home {
    flex: 1 1 0;
}

.img-r-about-home:hover a img {
    transform: scale(1.1);
}

.img-r-about-home a {
    overflow: hidden;
    border-radius: 300px 300px 0px 0px;
    width: 100%;
    height: 675px;
}

.r-about-home h1 {
    margin: 0;
    color: #d26e4b;
    font-family: SFUFuturaRegular;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.r-about-home h2 {
    margin: 0;
    color: #392D2A;
    font-family: 'Italianno-Regular';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
}

.decor-icon-about-h img {
    margin: auto;
}

.r-about-home section {
    color: #212529;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
}

.r-about-home {
    width: 50%;
    margin-left: 35px;
}

.item-skill-about h3 {
    margin: 0;
    color: #212529;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.list-skill-about-h {
    display: flex;
    margin-top: 25px;
    align-items: center;
}

.item-skill-about {
    text-align: center;
    margin: 0 20px;
}

    .item-skill-about:nth-child(1) {
        margin-top: 30px;
        margin-left: 0;
    }

    .item-skill-about:nth-child(3) {
        margin-top: 34px;
    }

    .item-skill-about:nth-child(4) {
        margin-right: 0;
    }

.img-decor-skill-i img {
    margin: auto;
    /* height: 63px; */
    width: auto;
    filter: grayscale(100%);
    transition: 0.5s all;
}

.item-skill-about:hover .img-decor-skill-i img {
    filter: grayscale(0%);
    transform: rotateY(180deg);
}

.w-home-about {
    position: relative;
    z-index: 1;
    padding-top: 95px;
    padding-bottom: 66px;
    background: linear-gradient(180deg, rgba(252, 255, 122, 0.20) 0%, rgba(252, 255, 122, 0.00) 32.71%), #EDE7E5;
}

@media(max-width:1023px) {
    .content-about-home {
        display: block;
    }

    .left-about-home {
    }

    .r-about-home {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .img-r-about-home a img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .img-r-about-home a {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .w-home-about {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .r-about-home h1 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .r-about-home h2 {
        font-size: 33px;
    }

    .r-about-home section {
        font-size: 15px;
        margin: 15px 0;
        text-align: justify;
    }

    .list-skill-about-h {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 40px;
    }

    .item-skill-about:nth-child(1) {
        margin-top: 2px;
        margin-right: 0;
    }

    .img-decor-skill-i img {
        width: 45%;
    }

    .item-skill-about:nth-child(2) {
        margin: 0;
    }

    .item-skill-about:nth-child(3) {
        margin: 0;
        margin-top: 20px;
    }

    .item-skill-about:nth-child(4) {
        margin: 0;
    }

    .item-skill-about h3 {
        font-size: 11px;
    }
}