*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Salsa', cursive;
}

.terms{
    margin: 0 5vw 0 5vw;
}
.footer{
    background-color: #c7c7c7;
    height: 30vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-left{
    width: 15vw;
    height: 30vh;
    display:flex;
    justify-content: center;
    align-items: center;
}
.foot-left img{
    width: 115px;
}
.foot-right{
    width: 20vw;
    height: 16vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.foot-right p {
   font-size: 25px;
   color: #555555;
   
}
.border-grad{
    background: rgb(232,54,134);
    background: linear-gradient(90deg, rgba(232,54,134,1) 0%, rgba(16,156,207,1) 100%);
    height: 5px;
}
.love{
    display:flex;
    justify-content: center;
    align-items: center;
 
}
.love img{
margin: 0 3px 0 4px;
}
.love p{
    font-size: 25px;
    
}

    .terms h1{
        text-align: center;
        margin: 30px 0 50px 0;
    }
    .terms h3{
        font-size: 25px;
        margin-top: 80px;
        font-weight: bolder; 
        color:#e83686;

    }
    .terms p{
        font-size: 18px;
        margin-top: 16px;
        color:#555555  
    }
    .terms span{
        font-weight: bolder;
        color:#109ccf


    }
    

    @media screen and (min-width: 885px) and (max-width:1090px){
        .terms h1 {
            text-align: center;
            margin: 30px 0 50px 0;
            font-size: 27px;
        }
        .terms h3 {
            font-size: 22px;
            margin-top: 80px;
            font-weight: bolder;
            color: #e83686;
        }
        .terms p {
            font-size: 17px;
            margin-top: 16px;
            color: #555555;
        }
        .footer {
            background-color: #c7c7c7;
            height: 25vh;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .foot-left img {
            width: 90px;
        }
        .foot-right {
            width: 20vw;
            height: 10vh;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
        }
        .foot-right p {
            font-size: 16px;
            color: #555555;
        }
        .love p {
            font-size: 16px;
        }
        .love img {
            margin: 0px 3px 0 4px;
            width: 16px;
        }
      
        
        
    }
    @media screen and (min-width: 680px) and (max-width:885px){
        .terms h1 {
            text-align: center;
            margin: 20px 0 20px 0;
            font-size: 27px;
        }
        .terms h3 {
            font-size: 20px;
            margin-top: 40px;
            font-weight: bolder;
            color: #e83686;
        }
        .terms p {
            font-size: 15px;
            margin-top: 14px;
            color: #555555;
        }

        .footer {
            background-color: #c7c7c7;
            height: 25vh;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .foot-left img {
            width: 90px;
        }
        .foot-right {
            width: 20vw;
            height: 10vh;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
        }
        .foot-right p {
            font-size: 16px;
            color: #555555;
        }
        .love p {
            font-size: 16px;
        }
        .love img {
            margin: 0px 3px 0 4px;
            width: 16px;
        }
        
        
        
    }
    
    @media screen and (min-width: 480px) and (max-width:680px){
        .terms h1 {
            text-align: center;
            margin: 14px 0 14px 0;
            font-size: 21px;
        }
        .terms h3 {
            font-size: 18px;
            margin-top: 23px;
            font-weight: bolder;
            color: #e83686;
        }
        .terms p {
            font-size: 14px;
            margin-top: 9px;
            color: #555555;
        }

        .footer {
            background-color: #c7c7c7;
            height: 20vh;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .foot-left img {
            width: 70px;
        }
        .foot-right {
            width: 20vw;
            height: 10vh;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
        }
        .foot-right p {
            font-size: 12px;
            color: #555555;
        }
        .love p {
            font-size: 13px;
        }
        .love img {
            margin: 0px 3px 0 4px;
            width: 13px;
        }
       
        
    }
    @media screen and (min-width: 300px) and (max-width:480px){
        .terms h1 {
            text-align: center;
            margin: 23px 0 14px 0 !important;
            font-size: 18px;
        }
        .terms h3 {
            font-size: 15px;
            margin-top: 18px !important;
            font-weight: bolder;
            color: #e83686;
        }
        .terms p {
            font-size: 12px;
            margin-top: 4px;
            color: #555555;
        }

        .footer {
            background-color: #c7c7c7;
            height: 15vh;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .foot-left {
            width: 20vw;
            height: 16vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .foot-left img {
            width: 50px;
        }
        .foot-right {
            width: 28vw;
            height: 4vh;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }
        .foot-right p {
            font-size: 8px;
            color: #555555;
        }
        .love p {
            font-size: 10px;
        }
        .love img {
            margin: 0px 3px 0 4px;
            width: 12px;
        }
      
        
    }