* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(CA\ background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.maindiv {
    background-color: rgba(7, 7, 7, 0.702);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 1300px;
}

.enersection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
}

.maindiv .info {
    width: 100%;
}

.title {
    color: white;
    font-weight: 600;
    font-size: 20px;
    width: 150px;
    background: none;
    padding: 10px;
    margin: 0 auto 20px;
}

.title img {
    width: 100%;
}

.title h1 {
    font-family: 'Poppins', sans-serif;
    color: #65ac4c;
    font-size: 20px;
    letter-spacing: 3px;
    padding-top: 5px;
}

.title-cont {
    font-family: 'Dancing Script';
    color: #ffffff;
    font-size: 90px;
    position: relative;
    text-align: center;
}

.title-cont::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 51%;
    width: 150px;
    height: 2px;
    background-color: #ffffff;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.info-title {
    color: #65ac4c;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.info-per {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.info .icon {
    background-color: #65ac4c;
    color: #ffffff;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    padding-top: 5px;
    margin: 10px auto 0;
}

/* .info .icon i{
display: flex;
align-items: center;
justify-content: center;
} */


.box {
    text-align: center;
    ;
}

.box div h3 {
    padding: 7px 0;
}