.entry-content h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 50px 0 20px;
}

.two-cont.flex {
    margin: 0 0 20px;
}

.two-cont.flex > div {
    flex-basis: 50%;
}

.home-left {
    padding-right: 10px;
}
.image-cont {
    flex-shrink: 0;
}
.image-cont img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text-box {
    background-color: #FFF8DB;
    padding: 30px;
    margin-left: 30px;
}

.home-right {
    padding-left: 10px;
}

hr.hr-break {
    margin: 40px 0px 30px;
    background-color: var(--ast-global-color-0);
    border: 0;
    opacity: .2;
}

ul.home-ul {
    list-style: "- ";
    margin-left: 10px;
}

ul.home-ul li {
    margin-bottom: 10px;
}

.swiper {
width:586px;
    height: 286px;
  }

  .under-slide {
    text-align: center;
}

.under-slide p {
    display: inline-block;
    background-color: var(--ast-global-color-0);
    color: white;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    padding: 20px 30px;
    margin-top: -50%;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.under-slide p span {
    font-size: 20px;
}

.home-right h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 28px;
}

.home-right a {
    text-decoration: none;
}

a.redBtn {
    border: 1px solid var(--ast-global-color-0);
    height: 45px;
    display: inline-flex;
    align-items: center;
    padding: 40px 40px;
    color: var(--ast-global-color-1);
    text-decoration: none;
    font-size: 44px;
    font-weight: 700;
    transition: 300ms;
}
a.redBtn svg path {
    transition: 300ms;
}

a.redBtn:hover svg path {
    fill: white;
}

a.redBtn:hover {
    background-color: var(--ast-global-color-0);
    color: white;
}

@media screen and (max-width:1025px) {
    .misja-cont.flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .text-box {
        margin-left: 0;
    }
}

@media screen and (max-width:921px) {


    .home-left {
        padding-right: 0;
    }
    .home-right {
        padding-left: 0;
    }
    .misja-cont.flex {
        flex-wrap: nowrap;
        justify-content: inherit;
        gap: 0px;
    }

    .text-box {
        margin-left: 30px;
    }

    .two-cont.flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .two-cont.flex > div {
        flex-basis: 100%;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 
    .slider {
        margin-top: 30px;
    }
    a.redBtn {
        margin: 30px 0 40px;
    }

    ul#astra-footer-menu {
        gap: 15px;
    }
    .home-right h2 {
        margin-left: 0;
    }
}

@media screen and (max-width:641px) {

    .slider {
        max-width: 100%;
    }
    .swiper.swiper-initialized.swiper-horizontal {
        margin: 0;
        width: calc(100vw - 40px);
    }


}

@media screen and (max-width:531px) {

    .misja-cont.flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .text-box {
        margin-left: 0;
    }

    .under-slide p {
        font-size: 16px;
    }
    .under-slide p span {
        font-size: 18px;
    }

    .swiper {
        height: 235px;
    }
}

@media screen and (max-width:481px) {
.home-right h2 {
    font-size: 22px;
}
a.redBtn {
    font-size: 35px;
}

p.pre {
    margin-top: 50px;
}


}

@media screen and (max-width:398px) {
    p.pre {
     white-space: normal;
    }

    a.redBtn {
        font-size: 30px;
    }
    a.redBtn svg {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width:321px) {
    a.redBtn {
        font-size: 28px;
    }
}