.contain {
    padding-top: 180px;
    padding-bottom: 50px;
}

.MeetSponsorsCard {
    display: flex;
    /* background-image: url("../../../../../assets/images/laptopImage.png");
    background-repeat: no-repeat; */
    /* background-position-y: -25px;
    background-position-x: right; */
}

.MeetSponsorsCard img {
    width: 195px;
}

.MeetSponsorsCard div {
    background-color: #FFFAE5;
    border-radius: 15px 0px 0px 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.MeetSponsorsCard div h1 {
    font-size: 40px;
    line-height: 48.6px;
    font-family: 'UpscaleBold';
    color: #393939;
}

.MeetSponsorsCard div p {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleRegular';
    color: #393939;
    margin-bottom: 0px;
    padding-right: 20px;
}

.MeetSponsorsCard div a,
.MeetSponsorsCard div a:hover {
    font-size: 15px;
    line-height: 53px;
    font-family: 'UpscaleMedium';
    color: #393939;
    margin-bottom: 0px;
    margin-top: 20px;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0px 19px;
    width: fit-content;
    text-decoration: none;
}

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

.sponsorCard {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 18px;
    margin-top: 40px;
}

.sponsorCard div {
   padding: 12px 25px;
}

.sponsorCard h1 {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleMedium';
    color: #393939;
    margin-bottom: 5px;
}

.sponsorCard p {
    font-size: 12px;
    line-height: 18px;
    font-family: 'UpscaleRegular';
    color: #7E7E7E;
    margin-bottom: 0px;
}

@media (max-width: 480px) {

    .MeetSponsorsCard img {
        display: none;
    }

    .lapImage {
        display: none;
    }

    .MeetSponsorsCard div{
        border-radius: 15px;
        padding: 25px;
    }

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