.contain {
    padding: 40px;
    padding-top: 200px;
    padding-bottom: 80px;
}


.TalentsCard {
    display: flex;
    margin-bottom: 130px;
}

.TalentsCard img {
    width: 195px;
}

.TalentsCard div {
    background-color: #FFFAE5;
    border-radius: 15px 0px 0px 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 82%;
    padding-right: 20%;
}

.TalentsCard div h1 {
    font-size: 40px;
    line-height: 48.6px;
    font-family: 'UpscaleBold';
    color: #202020;
    margin-bottom: 20px;
}

.TalentsCard div p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'UpscaleRegular';
    color: #202020;
    margin-bottom: 0px;
    padding-right: 20px;
}

.lapImage {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.HeadText {
    font-size: 32px;
    line-height: 38.88px;
    font-family: 'UpscaleBold';
    color: #000;
    margin-bottom: 26px;
}

.paragraph {
    font-size: 14px;
    line-height: 30px;
    font-family: 'UpscaleRegular';
    color: #393939;
    margin-bottom: 26px;
}

.SignupTBTN,
.SignupTBTN:hover {
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleMedium';
    color: #000000;
    margin-bottom: 0px;
    margin-top: 10px;
    border: 3px solid #FACD19;
    border-radius: 3px;
    padding: 15px 34px;
}

.UpUL p {
    font-size: 16px;
    line-height: 21.87px;
    font-family: 'UpscaleMedium';
    color: #393939;
    margin-bottom: 30px;
}


.UpUL p span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #FBCE15;
    margin-right: 20px;
}

.Whybecome {
    margin-top: 100px;
}

.FeaturedCompaniesCard {
    background-color: #FFFAE5;
    border-radius: 20px;
    padding: 37px;
    margin-top: 100px;
    margin-bottom: 140px;
}

.FeaturedCompaniesCard h1 {
    font-size: 32px;
    line-height: 56px;
    font-family: 'UpscaleBold';
    color: #000;
    margin-bottom: 60px;
    text-align: center;
}

.marg-Top {
    margin-top: 20px;
}

.SignupTColorBTN,
.SignupTColorBTN:hover {
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleMedium';
    color: #000000;
    background-color: #FACD19;
    margin-bottom: 0px;
    margin-top: 10px;
    border: 3px solid #FACD19;
    border-radius: 3px;
    padding: 15px 34px;
}

@media (max-width: 480px) {

    .contain {
        padding: 16px;
        padding-top: 175px;
    }

    .lapImage {
        display: none;
    }

    .TalentsCard div{
        border-radius: 15px;
        padding: 25px;
        width: 100%;
    }

    .TalentsCard div h1{
        font-size: 34px;
    }

    .logos:before,
    .logos:after {
        width: 50px !important;
    }

    .HeadText{
        margin-top: 20px;
    }

}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    /* padding: 60px 0; */
    /* background: white; */
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}


.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFFAE5);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFAE5);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    /* animation: 35s slide infinite linear; */
    animation: 20s slide infinite linear;
}

.logos-slide img {
    width: 216px;
}