.slick-autoplay-toggle-button{
    display: none;
}
.threeSlide {
    padding: 50px 0;
}
.threeSlide .header {
    margin-bottom: 50px;
}
.threeSlide .header p {
    color: #DFBB36;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0;
}
.threeSlide .header h2 {
    color: #FFF;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.threeSlide .slick-slide {
    margin: 0 10px;
}
.threeSlide .wrap {
    background: #fff;
    border-radius: 15px;
}
.threeSlide .wrap img {
    width: 100%;
}
.threeSlide .wrap .content {
    padding: 20px;
}
.threeSlide .wrap .content p {
    color: #F1B500;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.threeSlide .wrap .content h3 {
    color: #000;
    font-family: Exo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.threeSlide .click {
    margin: 50px;
}
.threeSlide .click .btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.threeSlide img {
    height: 230px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.threeSlide .wrap .content h3 {
    min-height: 64px;
}
