.home-top__adress{
    border-radius: 20px;
    border: 1px solid #a68352;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    background-color: #a68352;
    margin: 0 auto 20px;
    font-family: "Gilroy", serif;
    font-weight: 400;
}

.main__home .home-top__info {
    top: 15%;
}

.main__home .home-advantages{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: space-between;
}

.main__home .home-advantages>a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__home .home-advantages__item{
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: auto;
    border: none;
    padding: 0;
    background: none !important;
}

.main__home .home-advantages__item p{
    font-family: "Gilroy", serif;
    font-weight: 400;
    font-size: 16px;
}

.main__home .home-advantages__item img{
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.main__home .home-top__yahoroshee{
    position: static;
}

.main__home .home-services-tabs{
    margin-bottom: 30px;
}

.main__home .home-service-info p{
    font-size: 14px;
}

.main__home .home-services-grid{
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
}

.main__home .home-services-event .home-services-grid{
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.main__home .home-home-card__image-overlay{
    position: relative;
    width: calc(60% - 10px);
}

.main__home .home-home-card>div{
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
    background-color: rgba(3, 48, 83);
    border-radius: 20px;
    height: 100%;
}

.main__home .home-home-info {
    position: static;
    padding: 30px 10px 30px 20px;
    width: calc(40% - 10px);
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.main__home .home-home-card{
    width: 74vw;
    height: auto;
    border-radius: 20px;
}

.main__home .home-home-info h3{
    margin-top: 0;
}

.main__home .home-homes-grid {
    display: flex;
    gap: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}