.Box1 {
    margin-top: 50px;
}

.Box1 .text h5 {
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
}

.Box1 .text p {
    font-size: 14px;
    color: #3333339f;
}

.Box1 .imgs img {
    width: 100%;
}

.Box2 { 
}

.Box2 .text {
    text-align: right;
}

.Box2 .text h5 {
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
}

.Box2 .text p {
    font-size: 14px;
    color: #3333339f;
    max-width: 50%;
    float: right;
}

.Box2 .imgs {
    margin-top: 100px;
}

.Box2 .imgs img {
    width: 100%;
    padding: 10px;
}
@media screen and (max-width:991px) {
    .Box2 .imgs img{ 
        object-fit: cover;
    }
   .slick-slider .slick-list{
    width: 100%;
   }
}
.Box2 .slick-list {
    height: fit-content;
}

.Box2 .slick-prev.slick-arrow,
.Box2 .slick-next.slick-arrow {
    display: none !important;
}

.slick-dots-custom li button {
    display: none;
}

.slick-dots-custom {
    text-align: center;
}
.slick-dots-custom li {
    display: inline-block;
    margin: 0 4px;
    width: 25px;
    height: 5px;
    background: #b1d0eb;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.slick-dots-custom li.slick-active {
    background: #0E4D84;
    transform: scale(1.3);
}

.slick-dots-custom li:hover {
    background: #62B72B;
}

.Box2 .img {
    height: 0!important;
    padding-top: 7%;
    width: 100%;
    position: relative;
}
.Box2 .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 450px) {
    .Box1 {
        margin-top: 0;
    }
}